• DS-5 debugger doesn't work
    DS-5 debugger doesn't work. In Run->Debug Configurationn->DS-5 Debugger-> New Configuration, the button Debug is always in grey, can't be clicked. I tried both floating license and 30-trial license. ...
  • The DDE Interface (app143) of the µVision2 Debugger doesn't work!
    According the app143 note, I execute the dswdde.exe file, butit doesnt work! Is there something I must set before executing the file? I try the dswdde.exe file on Windows 2000 and Win XP,but both doesnt...
  • A simple C code doesn't work in LARGE mode
    A Keil C program, it will send data "1" when it receives data "55H" on serial port. The code is as below: #include <REG52.H> void main (void) { SP=0x5F; TMOD=0x20; //timer1,Mode2 TH1=0xFD; ...
  • Keil Debugger is not working
    I am using keil MDK473 in windows 10 platform.The H/W which I'm using is TIVA C Series TM4C1294 Connected LaunchPad.I'm able to compile and dump the code in to this H/W.Also the code is working properly...
  • I2C with Keil RTX doesn't work
    Hi When I use I2C library without Keil RTX to communicate with I2C EEPROM the program works fine, but when I start the RTX the program stuck at: while(!Status) Status=I2C_CheckEvent(I2C1, I2C_EVENT_MASTER_TRANSMITTER_MODE_SELECTED...