This example is build for Teensy 4.1. It is expected that this module is cloned in a directory called as5x47 inside a modules directory together with the LPSPI driver used. This can happen either manually, via git submodules or using west. Moreover, zephyr (tested with v4.3.0) must be installed and CMake must be able to find it.
- build using
west buildorwest build --pristine(clean build) - flash using
west flash
The output of the example is made available via USB registered as a CDC-ACM device: In order to show the output you can simply use: cat /dev/ttyACM0