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

Memory Access Violation

Im using the CRC module in the LPC1778 and if I dont create a MAP ini file to allow read write permission to memory location as follows:
MAP 0x20090000,0x20094000 READ WRITE EXEC,I'm not able to view the values of the peripherals during simulation.
My doubt is, even when dumping the code via the JTAG debugger ,must this be done? Or will the code automatically be given permission without any explicit Mapping?

Parents
  • Note the huge difference between the simulator and real hardware. The real hardware already know where there are memory cells/registers that can be read and/or written. The simulator only knows about address ranges of things that are simulated.

Reply
  • Note the huge difference between the simulator and real hardware. The real hardware already know where there are memory cells/registers that can be read and/or written. The simulator only knows about address ranges of things that are simulated.

Children