Skip to content

Using both HS and FS on an STM32H7R/STM32H7S with internal HS PHY; is this possible, could I port over code form another H7, or would there be issues? #2813

Answered by HiFiPhile
EamonBrennanDRS asked this question in Q&A
Discussion options

You must be logged in to vote

You can do any combination as long as it doesn't exceed the device endpoint and FIFO limit.
You can check cdc_dual_ports and cdc_msc example to see how it's done.

uint8_t const desc_fs_configuration[] =

uint8_t const desc_hs_configuration[] = {

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@EamonBrennanDRS
Comment options

@HiFiPhile
Comment options

Answer selected by EamonBrennanDRS
@EamonBrennanDRS
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants