• GNu Toolchain: Program working in simulation, but not on target
    Hi all, I am using uVision 4 with the Sourcery GNU toolchain. Compiling and linking works, even debugging in simulation mode works. But if I download to the target, the entry address (PC after reset...
  • GNu Toolchain: Program working in simulation, but not on target
    Hi all, I am using uVision 4 with the Sourcery GNU toolchain. Compiling and linking works, even debugging in simulation mode works. But if I download to the target, the entry address (PC after reset...
  • Works in the Simulator and ICE but not on the target Dallas DS87C520 uP
    I have a program compiled to target a DS87C520. The source is A51 assembly and C code mix. The compiled output is in Intel Hex file format. The Keil Simulator executes the program just fine. We also...
  • Works in the Simulator and ICE but not on the target Dallas DS87C520 uP
    I have a program compiled to target a DS87C520. The source is A51 assembly and C code mix. The compiled output is in Intel Hex file format. The Keil Simulator executes the program just fine. We also...
  • Interrupt Code Works in Simulator and not on Real LPC21xx Hardware ...
    Hi All. Just looking for a little help ... I must be doing something silly, but for the life of me I can't figure it out. I've taken the TMR0 interrupt code from blinky, and used it as my own ISR...