• F310 - UART 8bit mode
    Hi, I have been developing in Keil simulator with the last Cygnal driver for keil uVision. How can i set my UART to 8-bit mode? I tried all possible combinations of SCON0 and all i got was 9-bit...
  • function "usbh_msc_status()" can't check the connected usb hardware .
    int main(void) { -----. . . -----retv = finit ("U:"); -----while(1) -----{ ----------retv = usbh_engine(0); ----------con = usbh_msc_status(0,0); ----------if(con==1) --...
  • function "usbh_msc_status()" can't check the connected usb hardware .
    int main(void) { -----. . . -----retv = finit ("U:"); -----while(1) -----{ ----------retv = usbh_engine(0); ----------con = usbh_msc_status(0,0); ----------if(con==1) --...
  • AD code for Cygnal
    Does anyone know of any sample code for reading the AD converter on a Cygnal uC? Thanks in advance.
  • RTX51 & Cygnal C8051F02X
    Hello all, Has anyone used RTX51 Full with Cygnal C8051F02X MCUs? If so, do you have modified RTXCONF.A51 and RTXSETUP.DCL files for these? Or can you just use one of the other already defined CPU...