This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Determining source of "reset"

Hello all,

I have a simple C++ application flashed to my device to operate the UART - every time I send a char from an external source, the device appears to reset - specifically, the disassembly window leaps to 0xfffffffe. The call stack shows - I'm speculating that perhaps I need to be handling an interrupt that isn't currently handled?

How can I trace back to see which (if any) interrupt has fired (and maybe not been handled)?

Regards, Richard.

Parents Reply Children
No Data
Related