• Problem with arrays (atmel 8052)
    I've been trying to initialize a pretty big array, but I'm encountering some problems. My first attempt looked like this: const unsigned char font[] = { {0x22,0x3c,0x1c,0x3c,0x3c,0x20,0x1c,0x22...
  • 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...