• 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...
  • 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...
  • 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 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 vector not mapped to address 0x0
    Hello, I have stripped a large project of all its files, except the startup file. Then I added USB support and adjusted the scatter file, like this: ; ******************************************...