Skip to main content
Kumar B
Associate III
April 14, 2020
Question

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

  • April 14, 2020
  • 2 replies
  • 3307 views

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 topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
April 14, 2020

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
Associate II
December 17, 2023

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