Hi all,
I'm currently struggling with a project build with FreeRTOS 9, CMSIS-RTOS2 and an SD card incl filesystem. I run the project on STM32F746-disco board.
After installing some packs for FreeRTOS and CMSIS, I configured the project, it builds and seems to work fine. However, when I enable the arm compiler extensions (v1.4.0) (as it is needed for a filesystem) Keil crashes when I try to start a debug session. Main is never reached.
Someone a pointer to what can possibly go wrong?
Thanks