ASMMAI026W Warning: Can't insert BREAK in R/O storage; IDF may lose control

Explanation

IDF attempted to modify the user program instruction to establish a breakpoint, but was not able to do so as the instruction address is within Read/Only storage.

User response

Establish a suitable breakpoint at an alternate location which can be modified by IDF, and which will be executed as part of the current execution path.

If a suitable alternative location is not available, you must provide a debug execution environment in which this program is in Read/Write storage.