• problem with 8052 addtion
    Hi, please look into this code Code: #include "REG52.h" #include "intrins.h" void main() { long int data1 = 0xFF000000; char shift = 0xA0; data1 = _lrol_(data1,8); data1 = data1 & 0xFFFFFF00;...
  • timer2 of 8052
    how to program timer2 in 8052 can any one give me the code for it
  • Float to ascii conversion 8052
    Hi I am looking for source for 8052. Float to ascii conversion float "lenght" is in the range -99999.999 to 99999.99 Thank you very much mbosko@ptt.yu
  • 8052 and servo control
    I looked for servo control code based on 8051/2 but have not found any yet. Can 8052 control a servo motor?
  • Simulate 8052 microcontroller with keiluVision3
    Hi, I would like to debug a piece of source code based on 8052 microcontroller, the code is following: MAIN: MOV T2CON, #02h MOV tl2, #0FBh MOV th2, #0FFh MOV RLDL, #0FBh MOV RLDH, #0FFh...