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
Mhhh, "you're going to need some valid code at that address when the system is powered on" sounds ok. But I've worked with MULTI (GHS) and CrossStudio (CrossWorks) and when I specify each section and it's placement, then the program starts executing at the real position, not at 0x00000000. So I can watch all the code in the real position. And I didn't have to do any "jump code". That's why asked so. But If there's no other solution... the yours fits just fine :-) But... how can I save that information about each memory and it's access' permissions? (I'm talking about the last question I did in the previous post) Thanks in advance.