Change the repository type filter
All
Repositories list
1.7k repositories
- PSoC6 port for MicroPython - the lean and efficient Python implementation for microcontrollers and constrained systems.
- This example project demonstrates the basic operation of the emulated EEPROM middleware.
- This example demonstrates how to transition PSoC 4 MCU among the different power modes.
- This code example demonstrates the UART transmit and receive operation in PSoC 4. The application uses a serial terminal to read data and to echo back the received data. The UART resource is configured to do both transmit and receive operations.
- This example demonstrates the use of SPI SCB (Serial Communication Block) resource for PSoC 4 MCU in slave mode.
- This example demonstrates the UART transmit and receive operation in PSoC 4 using DMA. The application uses a serial terminal to read data and echoes what is received. UART is configured to do both transmit and receive operations.
- This code examples demonstrates how to route trigger signals on a PSoC 4 device. The trigger signal, in this code example, is routed from the PWM to the DMA, using device configurator.
- This example demonstrates the use of SPI SCB (Serial Communication Block) resource for PSoC 4 MCU in master mode
- This is a minimal starter application template for PSoC™ 4 devices.
- This example uses a TCPWM block in the Timer/Counter mode to generate a periodic interrupt. An LED toggles whenever the interrupt occurs.
- This example demonstrates the operation of the I2C block for PSoC 4 in Slave mode using callbacks.
- This example demonstrates the operation of I2C resource for PSoC 4 in Master mode with an EzI2C slave. The I2C master is configured to send command packets to control a user LED on the slave. Both the slave and master are on the same device.
- This code example demonstrates the use of a GPIO configured as an input pin to generate interrupts on PSoC® 4. The GPIO signal interrupts the CPU and executes a user-defined Interrupt Service Routine (ISR).
- This code example demonstrates simple UART communication by printing a "Hello World" message on a terminal and blinks an LED using PSoC 4.
- This code example demonstrates the implementation of Cryptographic primitives such as ECC, RSA, HKDF, AES with OPTIGA™ Trust security solution.