Problem of porting FreeRTOS to STM32H573I-DK by CubeMX
Hi everyone,
I have a STM32H573I-DK and try to port FreeRTOS without TrustZone to this board by CubeMX but suffered from a problem.
I installed the X-CUBE-FREERTOS, set TIM17 for HAL Tick and SysTick for FreeRTOS.
It will block (or crash?) in vStartFirstTask() after called vTaskStartScheduler().
I have no idea what happened...
Is there problem of my setting ?
Thanks a lot.
