2025-02-12 07: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
2025-02-12 08:39 AM
Check out the POSIX support by each OS:
https://medium.com/@zim.kalinowski/posix-support-comparison-in-various-rtoses-b45677889ec8
GB
2025-02-12 09:40 AM
could you give more details