INFINEON CY8CPROTO-063-BLE
Overview
The PSoC 6 BLE Proto Kit (CY8CPROTO-063-BLE) is a hardware platform that enables design and debug of the Cypress PSoC 63 BLE MCU.
Hardware
For more information about the PSoC 63 BLE MCU SoC and CY8CPROTO-063-BLE board:
Supported Features
The board configuration supports the following hardware features:
Interface |
Controller |
Driver/Component |
---|---|---|
NVIC |
on-chip |
nested vectored interrupt controller |
SYSTICK |
on-chip |
system clock |
GPIO |
on-chip |
gpio |
PINCTRL |
on-chip |
pin control |
SPI |
on-chip |
spi |
UART |
on-chip |
serial port-polling; serial port-interrupt |
I2C |
on-chip |
I2C |
PWM |
on-chip |
PWM |
Counter |
on-chip |
Counter |
Bluetooth |
on-chip |
Bluetooth |
The default configurations can be found in boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble_defconfig
System Clock
The PSoC 63 BLE MCU SoC is configured to use the internal IMO+FLL as a source for the system clock. CM0+ works at 50MHz, CM4 - at 100MHz. Other sources for the system clock are provided in the SOC, depending on your system requirements.
OpenOCD Installation
To get the OpenOCD package, it is required that you
Download the software ModusToolbox 3.1. https://softwaretools.infineon.com/tools/com.ifx.tb.tool.modustoolbox
Once downloaded add the path to access the Scripts folder provided by ModusToolbox export PATH=$PATH:/path/to/ModusToolbox/tools_3.1/openocd/scripts
Add the OpenOCD executable file’s path to west flash/debug.
Flash using: west flash –openocd path/to/infineon/openocd/bin/openocd
Debug using: west debug –openocd path/to/infineon/openocd/bin/openocd
Fetch Binary Blobs
cy8cproto_063_ble board requires fetch binary files (e.g Bluetooth controller firmware, CM0p prebuilt images, etc).
To fetch Binary Blobs:
west blobs fetch hal_infineon
Programming and Debugging
The CY8CPROTO-063-BLE includes an onboard programmer/debugger (KitProg3) with mass storage programming to provide debugging, flash programming, and serial communication over USB. Flash and debug commands must be pointed to the Cypress OpenOCD you downloaded above.
On Windows:
west flash --openocd path/to/infineon/openocd/bin/openocd.exe
west debug --openocd path/to/infineon/openocd/bin/openocd.exe
On Linux:
west flash --openocd path/to/infineon/openocd/bin/openocd
west debug --openocd path/to/infineon/openocd/bin/openocd