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

Monitor Error 22

I'm trying to put the monitor in an EPROM so I don't have to download over USB (using FX2 device).
I've done everything that I think is needed, but still get monitor error 22 - no code memory at 1212h. The hex file does not contain any data at address 1212! The load completes (i.e. download hits 100%) but debugger won't start up.
I do see that during the download, one time, the processor does a read from address 1212h which is probably not an instruction fetch but a read from code memory (since it reads one byte from that region and that's all, while executing up around CXXX).

Has anyone successfully gotten the monitor to run on their board?

Parents
  • Connected to Monitor-51 """""""""""""""""

    instead of

    Connected to Monitor-51 V3.0


    This is the kind of thing you'll get when the monitor data area is not working correctly.

    Have you actually written a program to verify that the von Neumann area used for the monitor can be written and read from XDATA and from CODE space?

    Jon

Reply
  • Connected to Monitor-51 """""""""""""""""

    instead of

    Connected to Monitor-51 V3.0


    This is the kind of thing you'll get when the monitor data area is not working correctly.

    Have you actually written a program to verify that the von Neumann area used for the monitor can be written and read from XDATA and from CODE space?

    Jon

Children