Hello, I'm starting using the uVision3 and I want to know how to start running from the address that I want. I have a board which is similar to the Revely100ms, that's why I've created a new project and choosen the LH75401. My board has an external ROM which is located at address 0x40000000. I want to start debugging from this address, and each time I choose Start Debug Session, the pointer starts at 0x00000000 and I have to move the PC manually at 0x40000000. When I've just moved the PC at this location, and I try to execute my "helloWorld"
*** error 65: access violation at 0x4400000C : no 'write' permission