• How can i add network support ?
    I have made a temprature reader using atmel 89c52.Now i want to put networking capability to it, means i want to access the temprature read by the microcontroller and stored in the eeprom on remote PC...
  • why Adds is error but add is correct?
    In keil arm 2.11 while(1) { __asm { START: MOV R0,#0 MOV R1,#10 LOOP: BL ADD_SUB B LOOP ADD_SUB: ADD r0,r0,r1 //ADDS r0,r0,r1 <---error?? MOV PC,LR } } FIBO.C(76): error C197: inline...
  • how can i add rtx51full support to C8051F060 and it's can?
    hi all: i use rtx51full to program C8051F020, it works fine. but now we will use C8051F060, the 060 maybe most like the c8051f020,but it add a can interface in chip. how can i add support to 060...
  • C51 does not add correct switch bank code in different bank function
    Because the 8051 is only 16 bits address space(64KB). So, if my code is more than 64KB. It will need to switch the code bank. I found some function the C51 add correct switch bank code, sometimes not...
  • Can I add C8051F310
    Hi, I have C51 V7.01 and LINKER V5.01. The C8051F310 from Silabs (CYGNAL) is not there, can I add it ? how ? Thank you,