cancel
Showing results for 
Search instead for 
Did you mean: 

Signal Handler Called at 0xFFFFFFF9

jowakar122
Senior

My code gets complied without any errors. But just before the uploading completes: 
<signal handler> called at 0xfffffff9 is displayed.

Even though after that my code runs properly without any hardfault.

1 REPLY 1
TDK
Super User

0xFFFFFFF9 suggests an interrupt is called but the interrupt table is incorrect or erased. Probably the debugger is in an intermediate state.

If things are working, I wouldn't bother with it.

If you feel a post has answered your question, please click "Accept as Solution".