[Supported model]
adviceLUNA, adviceLUNA2
[Scope of application]
microVIEW-PLUS
[Error message]
ICE Error No.930: Invalid Break Code
[Cause]
This error message appears if the program break occurs at an address where the break point is not set.
[Workaround]
In the ICE, the software break point function is realized using the BRK command or undefined command. This error may occur if the user program uses such commands or if the program runs away to execute an address, at which any program does not exist.
Check a portion around the break address to make sure that the user program does not use the BRK command or undefined command and that the program does not run away.