2025-07-25 3:55 AM - last edited on 2025-08-29 3:33 AM by FBL
以上就是我配置的所有内容。您能指出我的配置有任何问题吗?
edit (translated in English):
Hello,
I have configured the STM32C071KBT6 for USBX standalone mode. Attached are all the screenshots of my configuration.
Could you please review and let me know if there are any issues with my configuration?
Thank you.
2025-07-25 5:03 PM
Sorry, my Spanish is a little rusty. Care to translate to English?
2025-08-29 3:32 AM
Hi @UPSHU
The memory pool size you configured is reasonable for a CDC ACM device; however, it depends on your application complexity and the number of endpoints and interfaces used. If you encounter memory issues or USB enumeration problems, I recommend increasing the memory pool size and the system stack size accordingly.
Also, I noticed that you have set UX_MAX_SLAVE_INTERFACES to 16, which is quite high for a typical CDC ACM application.
If you face any issues, please refer to the official STM32 USBX CDC ACM examples and the standalone USBX example without ThreadX as reliable references: examples provided as reference for CDC ACM and check this standalone example as reference without threadX.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.