This program configures the external memory interface and CAN to receieve data in a FIFO buffer and store the data in XRAM. Meant to receive data from...
63 次下载
// This program demonstrates how to configure the C8051F060 to write to and read
// from the UART interface. The program reads a word using the UART0...
115 次下载
// This program accesses a SPI EEPROM using polled mode access. The F06x MCU
// is configured in 4-wire Single Master Mode, and the EEPROM is the onl...
192 次下载
// This program accesses a SPI EEPROM using polled mode access. The F06x MCU
// is configured in 4-wire Single Master Mode, and the EEPROM is the onl...
28 次下载
// This program measures the voltage on an external ADC input and prints the
// result to a terminal window via the UART.
//
// The system is cloc...
102 次下载