• Simulated code resets, actual code does not
    Hi, I have just started using the Keil Development tools. I created a timer example that should toggle a port pin, approx every half second. With a generic 8051 it works. When I convert the code to...
  • Simulation Difference from actual ADuC7026 chip
    I'm using a ADuC7026. I'm using timer 1 as a counter (i.e. I want to have it count up to some number and then reset the count to zero). To reset the count, I execute the following lines: T1LD = 0x000;...
  • Does the #ifndef to prevent recursive inclusion actually work ?
    I am experimenting with the Keil MDK-ARM toolchain (the free version), and an STM32F407 Discovery board. So far so good, were it not for a small problem. My background is with Embarcadero RAD Studio...
  • Simulator Works ... Hardware Doesn't
    I am currently working on converting an application originalldeveoped using the Archimedes tool kit V4, to Keil. The device is a Dallas 80C320. I have successfully ported the code and it runs using...
  • 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...