• Reset vector issue on XC2220U
    Hello everyone, I'm trying to do sample project with uVision 5 and Infineon XC2220U-8F. I use the simulation for debugging, since my board didn't arrive yet. When I start debugging CPU jumps to 0x0...
  • 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 ...
  • 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...
  • How can I get the reset vector to jump straight to main
    I have created a image relocation scheme where my boot loader can load an image into one of several positions in the flash and execute them individually. This involves remapping the IVT from that created...