Hi there, I have to create the BSP for a product we are actually developing, based on a STM32U575RIT6Q. As FreeRTOS is not currently supported in CubeMX for this microcontroller, could you tell me which solution is the best to add FreeRTOS ?
According to my searches on the internet, I found at least 3 solutions to add FreeRTOS on top of the code generated with stm32cubeMX for STM32U5 ...
1 - Get FreeRTOS from freertos.org or its GIT
2 - Get FreeRTOS from the demo available on the B-U585-IOT2A eval board, on which FreeRTOS has been integrated with TrustZone
3 - Get FreeRTOS 'classic-coremw-app' for stm32u5 from ST github
Which way do you think is the easiest way for FreeRTOS implementation ?
