STM32G4A1KEU6 - FreeRTOS - CubeMX Break at address "0x1fff4cf8" with no debug information available, or outside of program code.
When generating a blank project for a STM32G4A1KEU6 I'm able to debug the code.
As soon as FreeRTOS is added (USE_NEWLIB_REENTRANT activated, Time base source is TIM6, Debug is Serial Wire) and no other peripherals are activated, I'm not able anymore to debug the code which comes after osKernelStart().
The processor is debugged using a ST-Link V3SET, pins SWDIO, SWCLK and NRST are connected to the ST-Link
When running the debugger, following error message is shown in a new window:
Break at address "0x1fff4cf8" with no debug information available, or outside of program code.
Can someone please help me out and tell me how to solve this problem?
