how to use STM32U575RITX with both FreeRTOS and USBX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-12 7:45 AM
 
Hi, i am a student and quite beginner to STM32
i want to use STM32U575RITX with both FreeRTOS and USBX
i already tested this rebository
https://github.com/ST-TOMAS-Examples-USB/U5_USBX_Device_CDC_ACM_Standalone
and it is working fine but it doesn't support FreeRTOS and the .ioc is different than the code itself. whatever i do it still doesn't work.
thanks for advance
- Labels:
-
STM32U5 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-12 8:39 AM
Check out the POSIX support by each OS:
https://medium.com/@zim.kalinowski/posix-support-comparison-in-various-rtoses-b45677889ec8
GB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-12 9:40 AM
could you give more details
