Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hi,
I have the following issue:
I want to start debugging the following code section shown in the image below. Compiling and Linking are all successful. The FreeRTOS was configured with the sysconfig tool and implemented in the empty_driverlib_project.

As soon as the FreeRTOS_init(); function was called, the debugger ran into the following error “_system_post_cinit() 0x3FE493 (an error occurred: failed to parse the previous frame FP)” see in the image below.

When the FreeRTOS_init(); function is not implemented (commented out), this error doesn’t occur, and the debugger runs normally. Does the usage of the RTOS disturb the debugging process?
Are you familiar with that problem?
With kind regards
Pavel Müller