We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
Why didnt the simulator implement this then? Thats what makes me wonder.