• 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: ; ******************************************...
  • 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...
  • 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 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...
  • 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...