This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Eduardo de Mier : Breakpoint changes to warning symbol

Closed Read-Only Thread - Keil Forum closed barn door after horse has fled..
http://www.keil.com/forum/62512/

It suggests the code you are breakpointing is not included in the final link, likely due to dead-code removal.

For an "urgent" problem you provide little material detail to work from.

I might guess you are breakpointing an IRQ Handler, which isn't correctly named via the vector table in startup.s, or that you have code flow that never gets to this point, say due to a while(1) loop blocking forward execution, or logic that precludes operation, ie if (1 == 0) not_happening();