• ARM Simulator: Reset Vector Address
    Hi, I try to simulate a target with code memory starting at 0x80000000 (LPC 2220). When I try to simulate, I get prefetch abort. How can I tell the simulator to start at 0x80000000? I tried...
  • reset vector address beyond 64k
    Dear all, In our project we are using P87c51mc2 micro controller and a 512k bytes flash. Our requirement is, we don't want put any single instruction below 96k(onchip rom of the controller).Any code...
  • 0x0-0xFA00 checksum calculation
    Hi there! Can anybody help me with my problem? If I calculate checksum from 0x0 to 0x3000 - it is OK. But if I want to calculate 0x0 to 0xFA00 range - checksum is different every microcontroller...
  • reset vector not @ 0x00000000
    A new chip has ARM926EJ-S core and the reset vector is located from 0xffff0000 instead of 0x00000000 many other ARM7/9 MCU have used. I can build simple project to target generic ARM9 core and little...
  • Reset vectors remapping in STR7
    Hi to All, I am trying to do the following: to copy ARM reset vectors (64 bytes) from internal flash to internal RAM, then to set boot configuration of CPU so 0x00000000 to reference 0x20000000 ...