STMicroelectronics / x-cube-azrtos-h7

X-CUBE-AZRTOS-H7 (Azure RTOS Software Expansion for STM32Cube) provides a full integration of Microsoft Azure RTOS in the STM32Cube environment for the STM32H7 series of microcontrollers.
https://www.st.com/en/embedded-software/x-cube-azrtos-h7.html
Other
149 stars 56 forks source link

Differences between F1 and H7 series MCUs using USBX #6

Closed arilink-tech closed 2 years ago

arilink-tech commented 2 years ago

I have successfully run the ThreadX+USBX program on the H7 chip. The USB composite device (CDC ACM+HID) is used, so I tried to implement the same function on F105RBT6, but I ran into trouble, running USB on F105 The composite device can run normally at the beginning, but after 30s, the USB will be disconnected and reconnected, and the USB will not be recognized. I learned that H7 has 9 endpoints and F1 has only 4 USB endpoints. Will it? Is USB working abnormally because of the number of endpoints?