cancel
Showing results for 
Search instead for 
Did you mean: 

Program received signal SIGTRAP, Trace/breakpoint trap. 0xf3af4804 in ?? ()

Kumar B
Associate II

0693W000000VmggQAC.pngHi,

I am building some FREERTOS appplication with ARM cortex M4 micro controller based on STM32F4 discovery board.

The program compiled successfully with 0 errors and warnings with eclipse IDE. I am using STM32Cube IDE.

But, when I tried to load the program I have got this messages in debugger console. The program is not running.

Program received signal SIGTRAP, Trace/breakpoint trap.

0xf3af4804 in ?? ()

Cannot access memory at address 0x4c05b508

Cannot access memory at address 0x4c05b508

Kindly help how to solve this issue.

Regards,

Kumar

This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2

Zero errors and warnings means there are no syntax or linkage errors, not that your code is functionally correct.

Probably a stack corruption issue, will need trace execution up to the point of failure. Output telemetry to determine flow, and sanity checking to catch the point of failure earlier.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
phoenixjia
Associate III

I encountered the exact same issue. How did you fix it? Thanks!