Autogenerated FreeRTOS dies on scheduler startup
- May 4, 2025
- 3 replies
- 628 views
[moved to MCU Wireless category -- p.]
Hi Community,
I'm quite new to the FreeRTOS and STM, so this might be hopefully only a beginners mistake.
I have designed a small PCB with a STM32WLE5CCU6 to learn a bit in regrads of LoRaWAN. Now I'm already challenged with the first task. I have only used the autogenerated code so far and try to toggle a LED.
As soon as the function prvPortStartFirstTask( void ) in the port.c is going to be executed I get the following message:
"Break at address "0x1fff2bde" with no debug information available, or outside of program code." So I guess the MSP is jumping into the wrong address.
I don't have a clue what I did wrong. The breakpoints in my task are never reached. Please find my project attached.
Best regards,
Matthias

