| ARM Technical Support Knowledge Articles | |
Applies to: General Topics
Information in this article applies to:
Is it possible for me to use the Monitor to debug my program stored in Flash memory?
No it isn't. In order to use the Monitor, your program must be stored in writeable, executable memory. The reason is the Monitor needs to treat your code as data in order to implement such things as breakpoints.
With the 8051, you can turn your RAM into executable memory by combining the /WR /RD and /PSEN signals appropriately into a chip select signal.
Article last edited on: 2004-06-09 18:36:47
Did you find this article helpful? Yes No
How can we improve this article?