• timer2 of 8052
    how to program timer2 in 8052 can any one give me the code for it
  • 8052 data memory 128bytes or 256 byte?
    Hello, i am using 8052 in my project and according to datasheet the data memory is 256 bytes but in my code if i exceed 128 bytes the code is not compiled do i need to use it as x data memory? ...
  • 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...