• Cygnal C8051F310/311 and C51
    I'm new to Keil tools and have a question about using them with the Cygnal F310/311 parts. There is not a simulation driver available for them yet, so what would the best target be for my project?...
  • Power-saving with C8051F310
    Hi. Which is the most power-saving-mode for the C8051F310 uC? Until now i throttle the oscillator down to SYSCTL/8(~3MHz) and switch the CPU to IDLE-Mode. But the datasheet explains, that it already...
  • 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 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...
  • 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...