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 3: Cannot Write to Address

I'm trying to load an application into external RAM memory, but I get a long list of "Monitor Error 3: Cannot Write to Address xxxx". However, when running a small program from flash, I can use a function like XVAR to physically write and read into external RAM, so I know that the external RAM is present and functioning. Any suggestions on what I might be doing wrong? Thanks

Parents
  • The monitor is configured incorrectly, maybe? I mean, the external bus interface has to be configured properly for the microcontroller to be able to use external RAM.
    Besides, you don't have to load a program into memory to test the functionality of the monitor. Uncheck the options 'Load Application at Startup' and 'Cache Memory' and test the memory debug window to see if writes to external RAM work.

    - mike

Reply
  • The monitor is configured incorrectly, maybe? I mean, the external bus interface has to be configured properly for the microcontroller to be able to use external RAM.
    Besides, you don't have to load a program into memory to test the functionality of the monitor. Uncheck the options 'Load Application at Startup' and 'Cache Memory' and test the memory debug window to see if writes to external RAM work.

    - mike

Children
No data