• Why didn't my program work?( SOS!!!)
    I wirte program and compiled in Keil C51 Device:AT89S52 I debugged the program ,I worked well But when I download it to the device It didn't work on the board while the board is fine,other program...
  • Program won't run to Main
    I'm running an LPC2144, and my program won't run to main - it freezes up in a 3-line loop in the disassembly window - a BMI instruction in my boot block at 0x7FFFD2DA loops back to 0x7FFFD2D6 and repeats...
  • 'Run to Cursor' debug option doesn't work.
    I created a new (NXP 2148-based) project with just a startup.s file. (MDK4.23) Builds and runs fine in the emulator. When I try to debug it, I can single step through it, but the 'Run to Cursor' button...
  • run time DHCP option
    Hi all, Does anyone know how I can change from static to dynamic IP selection at run time, I want to give the user the option. Do I just stop calling dhcp_check() and restart? Thanks, Ian...
  • Why "step into" position didn't match with new module ?
    Dear All, I have tried to run Dhry.uv2 in \keil\c51\example\dhry and it works. However, I tried to sdd some empty line between statements in every module such as Dhry.c or time.c ,I found when I type...