• DDE Interface of the µVision2 Debugger
    Is it possible to work via DDE interface with Debugger? I used sources from app143, but it doesnt work! Some additional info: uVision v. 2.06 (evalution - may be this is main reason?) under Windows...
  • 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...
  • Write data in file using "fopen( )" in C51 - µVision2
    Hello everybody giving a helping hand, got me some trouble here. I was making a program that reads out the duty cycle of an ADXL202 sensor. Everything works, except the part were i want to print...
  • translate
    i have a file bin than it read for arm micro please guide me how can I translate the binary code to assembly and C thanks
  • __global_reg() don't work correctly
    I declare a global variable: __global_reg(5) pCPUCB_t Cur_CPUCB; Then I assign a value to this variable: Cur_CPUCB = &CPUCB[0]; But a compiler doesn't generate code for this assigments...