| Example | Description |
|---|---|
| ADC Basic | This code example demonstrates the implementation of a basic ADC application that reads analog values from a potentiometer and displays the results over UART. The ADC continuously samples the input voltage and converts the digital value to a voltage reading (0-1V range). For more details, see the README on GitHub. |
| Ambient light sensor | This code example demonstrates the interfacing of ambient light sensor (TSL2540) with CYW955913EVK-01 EVK. This example reads the light value from a sensor through I2C interface. For more details, see the README on GitHub. |
| Crypto | This code example integrates Secure Hash Algorithm (SHA), Advanced Encryption Standard (AES), and True Random Number Generation (TRNG) functionalities using Mbed TLS. For more details, see the README on GitHub. |
| CYW5591x Low power | This is low power application for CYW5591x devices. The application provides a simple UART interface to manipulate the device state and hence facilitating the system power measurement in different scenarios. For more details, see the README on GitHub. |
| HAL Blinky LED | This code example demonstrates the blinking LED functionality implemented by ThreadX tasks on CYW55xxx devices. For more details, see the README on GitHub. |
| HAL Hello World | This code example demonstrates a simple UART communication by printing the "Hello world" message on a terminal and toggling an LED using the UART communication as control signal. The code example is based on HAL(Hardware Abstraction Layer) libraries. For more details, see the README on GitHub. |
| KV Store | This code example demonstrates how to store non voatile data to flash using KV store library for CYW955913EVK-01 EVK. For more details, see the README on GitHub. |
| Lowpower Noise Detection and Wakeup | This example demonstrates the ADC Comparator in Noise Threshold Detection (NTD) mode to wakeup the device from lowpower deep-sleep. For more details, see the README on GitHub. |
| ML DMIC Audio Recognition | This code example demonstrates the implementation of a basic ADC application that reads analog values from a potentiometer and displays the results over UART. The ADC continuously samples the input voltage and converts the digital value to a voltage reading (0-1V range). For more details, see the README on GitHub. |
| PSRAM Read and Write | This code example demonstrates how to interface with an external PSRAM using Serial Memory Interface (SMIF) PDL in CYW955913EVK-01 EVK. It also demonstrates how to perform read and write operations in CYW955913EVK-01 EVK. For more details, see the README on GitHub. |
| SPI DMA | This application demonstrates streaming a frame buffer via DMA over SPI on CYW55913. It transmits a dummy buffer (filled with 0x55) to the SPI peripheral using chained DMA transfers. For more details, see the README on GitHub. |
| SPI Master | This code example demonstrates the use of a SPI in master mode. The SPI master is configured to send command packets to an SPI slave to control the user LED on the slave kit. For more details, see the README on GitHub. |
| SPI Slave | This code example demonstrates the use of a SPI in slave mode. The SPI slave is configured to receive command packets from an SPI master to control the user LED on the kit. For more details, see the README on GitHub. |
Peripherals
Last updated on