1 Harmony 3 Peripheral Library Application Examples for CEC173x Family
Code Examples
The following applications are provided to demonstrate the typical or interesting usage models of one or more peripheral libraries.
Name | Description |
---|---|
CCT Capture Mode | This example application demonstrates how to use the Input Capture and Compare Timer peripheral in capture mode |
GPIO Interrupt | This example application demonstrate how to generate GPIO interrupt on a pin that is configured to generate an interrupt on either (rising or falling) edge, and indicate the pin status using the LED |
HTM (Hibernation Timer) Timeout | This example application demonstrates how to generate periodic timeout using the Hibernation timer peripheral |
I2C EEPROM Emulation (I2C Slave) | This example application demonstrates how to use the I2C peripheral in slave mode |
I2C EEPROM Read Write | This example application demonstrates how to use the I2C peripheral to write and read from the I2C serial EEPROM memory |
LED Breathing | This example application demonstrates how to generate a breathing LED pattern using the Breathing LED peripheral |
PWM Duty Cycle | This example application demonstrates how to generate PWM output using the PWM peripheral |
QMSPI Flash Read Write | This example shows how to use the QMSPI Peripheral library to perform erase, write and read operation with the QMSPI Serial Flash memory in Quad IO mode |
RTOS Timer | This example application demonstrates how to generate periodic timeout using the RTOS timer peripheral |
SMBUS Master Read Write | This example application demonstrates how to use the SMBUS peripheral to read and write data in master mode |
SPI Host Target Write Read | This example application demonstrates how to SPI host can write and read data from a SPI target (SPT) |
SPI W25 flash read write | This example shows how to use the QMSPI Peripheral library in SPI (master) mode to perform erase, write and read operation with the onboard W25 Serial Flash memory |
Timer32 Periodic Timeout | This example application demonstrates how to generate periodic timeout using the TIMER32 timer peripheral |
UART Echo Blocking | This example application demonstrates how to use the UART peripheral to transfer a block of data in a blocking manner |
UART Ring Buffer | This example application demonstrates how to use the UART peripheral in ring buffer mode |
WDT Timeout | This example application demonstrates how to use the WDT peripheral |