• Comparator0 to output PIN and back... (C8051F931)
    Hi I want wake up from sleep mode on comparator0 raising AND falling edge! On rising edge isn't problem! Problem is on falling edge because isn't supported! My solution (if possible): I will try...
  • Comparator0 to output PIN and back... (C8051F931)
    Hi I want wake up from sleep mode on comparator0 raising AND falling edge! On rising edge isn't problem! Problem is on falling edge because isn't supported! My solution (if possible): I will try...
  • 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 ......
  • STARTUP.A51
    Hi, I'm want to know something about the "STARTUP.A51" file, which is automatic created by KEIL. My question is if I do this: ((void (code *) (void)) 0x0000) (); in any place of my code...