• mobile code for the Cygnal C8051F016
    I'm writing a simple OS for the 8051. I will program my 8051 with the OS and the OS will listen on the UART for incoming 8051 bytecode. Once it receives and checks the bytecode, I want it to install...
  • mobile code for the Cygnal C8051F016
    I'm writing a simple OS for the 8051. I will program my 8051 with the OS and the OS will listen on the UART for incoming 8051 bytecode. Once it receives and checks the bytecode, I want it to install...
  • Which to Select from the Device List for Cygnal C8051F32x
    I use Keil uVision2 v2.20. Cygnal C8051F320/1 is not listed in the device list. So what do I need to select from the list, to make a new project for this controller? Thanks.
  • Which to Select from the Device List for Cygnal C8051F32x
    I use Keil uVision2 v2.20. Cygnal C8051F320/1 is not listed in the device list. So what do I need to select from the list, to make a new project for this controller? Thanks.
  • How printf function can sends a data using UART?
    Hi , I'm working on FlashFs example for mcb1700 and can run it on my board but i couldn't understand how printf function can send a string to RS232 using UART0 of lpc1768. I read another thread that...