Back to Tock

on macOS:

boards/cy8cproto_62_4343_w/README.md

latest914 B
Original Source

Cypress CY8CPROTO-062-4343W

The Cypress CY8CPROTO-062-4343W is a prototyping board based on the PSoC 62xA SoC.

Getting started

Install probe-rs.

cargo install probe-rs-tools

# on macOS:
brew install probe-rs

Flashing the kernel

The kernel can be programmed by going inside the board's directory and running:

bash
$ make flash

Flashing an app

Apps are built out-of-tree. Once an app is built, you must add the path to the generated TBF in the Makefile (APP variable), then run:

bash
$ make program

This will generate a new ELF file that can be deployed on the CY8CPROTO-062-4343W via gdb and probe-rs.