• 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) --...
  • 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?...
  • AD code for Cygnal
    Does anyone know of any sample code for reading the AD converter on a Cygnal uC? Thanks in advance.