This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Compiler extensions seems to crash Keil

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