cy8ceval-062s2-mur-43439m2
There are 86 repositories under cy8ceval-062s2-mur-43439m2 topic.
Infineon/mtb-example-mcuboot-basic
This example demonstrates building a bootlaoder application for PSoC 6 using MCUboot, an open source secure bootloader for 32-bit MCUs. This bootloader app runs on CM0+.
Infineon/mtb-example-wifi-mqtt-client
This code example demonstrates connecting to AWS IoT over MQTT using the AnyCloud SDK for PSoC 6 MCU and CYW43xxx connectivity devices.
Infineon/mtb-example-azure-iot
The code example demonstrates connecting to the Azure IoT services using the Azure SDK for Embedded C. This code example demonstrates the features such as iot hub - C2D, Telemetry, Methods, Twin, Provisioning, Plug and Play.
Infineon/mtb-example-hal-hello-world
Demonstrates simple UART communication by printing a "Hello World" message on a terminal and blinks an LED using a Timer resource.
Infineon/mtb-example-hal-uart-transmit-receive
This example demonstrates the UART (HAL) transmit and receive operation in PSoC 6 MCU.
Infineon/mtb-example-usb-device-audio-recorder-freertos
mtb-example-usb-device-audio-recorder
Infineon/cce-mtb-mqtt-client-over-lte
This community code example (CCE) demonstrates the implementation of LTE CAT M1 connectivity to PSoC6 via Point-to-Point Protocol (PPP). This CCE demonstrates the steps to add LTE connectivity to any existing Wi-Fi based code example. mtb-example-anycloud-mqtt-client is taken as a reference here. GM01Q_Sequans Module is used for providing LTE connectivity for PSoC6 device. The MQTT Library and lwIP is hosted in PSoC6 and the GM01Q Module communicates to PSoC6 via PPP.
Infineon/mtb-example-btstack-freertos-battery-server
This code example demonstrates the implementation of a simple Bluetooth LE Battery Service. The Battery Service exposes the Battery Level of the device and comes with support for OTA update over Bluetooth LE.
Infineon/mtb-example-optiga-crypto
This code example demonstrates the implementation of Cryptographic primitives such as ECC, RSA, HKDF, AES with OPTIGA™ Trust security solution.
Infineon/mtb-example-usb-device-audio-freertos
This example demonstrates how to use Infineon MCU devices to implement a USB audio device and HID audio playback control that connects to the PC via the USB interface. The example uses FreeRTOS.
Infineon/mtb-example-wifi-web-server
This code example demonstrates Wi-Fi provisioning via SoftAP and setting up a web server with PSoC 6 MCU and CYW43xxx connectivity devices.
Infineon/mtb-example-btstack-freertos-cts-server
This code example demonstrates the implementation of a simple BLE GAP Central - GATT Server with Current Time Service using the Cypress Combo (Wi-Fi+BT) SoCs.
Infineon/mtb-example-psoc6-crypto-aes
This code example encrypts and decrypts user input data using the AES algorithm using a 128-bit key. The encrypted and decrypted data are displayed on a UART terminal emulator.
Infineon/mtb-example-psoc6-emwin-tft-freertos
This example demonstrates displaying 2D graphics on a TFT display using the emWin graphics library and the AppWizard GUI design tool in FreeRTOS.
Infineon/mtb-example-psoc6-i2s
This example demonstrates how to use the I2S hardware block in PSoC 6 MCU to interface with an audio codec.
Infineon/mtb-example-usb-device-cdc-echo
mtb-example-usb-device-cdc-echo
Infineon/mtb-example-btstack-freertos-multi-beacon
This code example demonstrates the implementation of a beacon which advertises multiple Eddystone ADV data.
Infineon/mtb-example-empty-app
This empty application provides a template for creating applications using PSoC 6 devices.
Infineon/mtb-example-hal-crypto-trng
This code example demonstrates generating a One-Time Password (OTP) using the True Random Number generation (TRNG) feature of PSoC 6 MCU cryptography block.
Infineon/mtb-example-ota-mqtt
This code example demonstrates Over-the-Air (OTA) firmware update using the AnyCloud SDK for PSoC 6 MCU and CYW43xxx connectivity devices.
Infineon/mtb-example-psoc6-capsense-cm0p
This code example demonstrates how to create a CAPSENSE™ design using CM0 of PSoC™ 6 MCU, without utilizing CM4. This code example features CAPSENSE™ buttons, button 0 turns the LED ON and button 1 turns the LED OFF. This project uses the CAPSENSE™ Middleware Library.
Infineon/mtb-example-psoc6-dual-cpu-ipc-pipes
This example demonstrates how to use the inter-processor communication (IPC) driver to implement a message pipe in PSoC 6 MCU. The pipe is used to send messages between CPUs.
Infineon/mtb-example-psoc6-dual-cpu-ipc-sema
This example demonstrates how to use the inter-processor communication (IPC) driver to implement a semaphore in PSoC 6 MCU. The semaphore is used to lock to control access to a resource shared by the CPUs and synchronize the initialization instructions.
Infineon/mtb-example-psoc6-emwin-eink-freertos
This code example demonstrates displaying 2D graphics on an E-Ink display using EmWin graphics library.
Infineon/mtb-example-psoc6-filesystem-littlefs-freertos
This code example shows how to implement a littlefs file system for PSoC 6 devices using the mtb-littlefs MW library. The CE supports working with both SD card and QSPI NOR flash devices.
Infineon/mtb-example-psoc6-spi-master-dma
This example demonstrates the use of SPI SCB (Serial Communication Block) resource for PSoC® 6 MCU in Master mode using DMA.
Infineon/mtb-example-psoc6-uart-transmit-receive-dma
This example demonstrates the UART transmit and receive operation using DMA in PSoC 6 MCU.
Infineon/mtb-example-wifi-secure-tcp-client
This code example demonstrates implementing a secure TCP client using the AnyCloud SDK for PSoC 6 MCU and CYW43xxx connectivity devices.
Infineon/mtb-example-wifi-tcp-client
This code example demonstrates implementing a TCP client using the AnyCloud SDK for PSoC 6 MCU and CYW43xxx connectivity devices.
Infineon/mtb-example-wifi-wlan-lowpower
This code example demonstrates the low-power operation of PSoC 6 MCU and CYW43xxx connectivity devices using the AnyCloud Low Power Assistant (LPA) middleware library.
Infineon/mtb-example-wlan-offloads
This code example demonstrates the TCP Keepalive Offload functionality offered by Cypress Wi-Fi devices using PSoC® 6 MCU. It employs the AnyCloud Low Power Assistant (LPA) middleware library which helps in developing low power wireless applications for the Cypress devices.
Infineon/mtb-example-lvgl-demo
This code example demonstrates displaying 2D graphics demo on a TFT display using the Light and Versatile Graphics Library. The 2D graphics displays a music player application which is listed as one of the standard demo in the LVGL page.
Infineon/mtb-example-usb-device-quad-uart-bridge
This sample program showcases the implementation of the USB Bulk device class to create four USB-UART bridges utilizing PSoC™ 6.
Infineon/mtb-example-wifi-https-client
This code example demonstrates the implementation of an HTTPS server with PSoC™ 6 MCU and AIROC™ CYW43xxx Wi-Fi & Bluetooth® combo chips.