• STARTUP.A51 -- silab C8051F931
    Can you suggest me STARTUP.A51 for silabs microcontroller C8051F931.. I have problem with starting code on Silab toolstick debuger (but same code work on simulation)!
  • STARTUP.A51 -- silab C8051F931
    Can you suggest me STARTUP.A51 for silabs microcontroller C8051F931.. I have problem with starting code on Silab toolstick debuger (but same code work on simulation)!
  • C8051F931 ADC0 in burst mode (14 or 16 bit resolution)
    Hi Have any example source code (silabs c8051f9xx) in Keil C with ADC conversion in BURST mode? I mean: -example on P1.0 (or any other) -with external Vref -with starting conversion AD0INT ......
  • C8051F931 ADC0 in burst mode (14 or 16 bit resolution)
    Hi Have any example source code (silabs c8051f9xx) in Keil C with ADC conversion in BURST mode? I mean: -example on P1.0 (or any other) -with external Vref -with starting conversion AD0INT ......
  • formatted output("back to c basic")
    hi there please here is the sample prog. code #include stdio.h #include conio.h void main() { clrscr(); float x=98.2344; printf("%2.2f",x); getch(); } so output of this prog. is ...