• Code works in Simulator but not actual Hardware
    Hi My code works in Keil simulator but not on actual LPC2294 Evaluation board. I don't have any debbuger to check this. What could be the possible reasons?
  • 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...
  • 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;...
  • How to determine the actual usage for XDATA?
    Hello, I have a project with 512K flash for code and 64K SRAM for XDATA. After compiling with PK51, I got following infos about program size: "data=188.0 xdata=51140 const=166971 code=203033". ...
  • Stopwatch timer different from actual time
    In keil, MDK-ARM, there is stopwatch "t1", at bottom right. But time is shows varies significantly from actual timer when I see in CRO. Why is that.