• How not to get the reset vector?
    How do I get uvision3 to NOT put any code at the reset vector? i.e. completely leave 0-7FFh alone. The reason is that I want to build only the application part of my program and exclude the bootloader...
  • Keil C jump to Main
    Hello, Could anyone advises how we can code in such a way to jump to Main() in C? Thanks.
  • Program does not jump to Main()
    Hello there! The problem I'm facing is quite simple: when I try to debug my program it doesn't jump to the main function. All I can see in the debug window after the code is loaded into the uC is...
  • 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 ...