Can you tell why have you not used the memory address from 0x00000 to 0x04000? Because i dont see them maped to anything in your programe?
How do you reach your main programe when there is a reset, i mean when there is a reset we reach 0x00000 (power on reset) from where we jump to our main programe. [ This message was edited by: chaps on 03-08-2004 12:46 ]
On 2004-08-03 12:29, chaps wrote: Can you tell why have you not used the memory address from 0x00000 to 0x04000? Because i dont see them maped to anything in your programe? How do you reach your main programe when there is a reset, i mean when there is a reset we reach 0x00000 (power on reset) from where we jump to our main programe. [ This message was edited by: chaps on 03-08-2004 12:46 ] Hello Chaps, Thanks for your reply. The first part of the ROM is used by a bootloader. After the bootloader start, the program jump to the address 0x4000.