README.rst
1.. zephyr:code-sample:: psi5
2 :name: PSI5 interface
3 :relevant-api: psi5_interface
4
5 Use the PSI5 (Peripheral Sensor Interface) driver.
6
7Overview
8********
9
10The sample application shows how to use the :ref:`PSI5 API <psi5_api>`:
11
12* Receive data
13* Transmit data
14
15Requirements
16************
17
18This sample requires a PSI5 sensor to be connected and exposed as ``psi5-0`` Devicetree alias.
19
20Building, Flashing and Running
21******************************
22
23.. zephyr-app-commands::
24 :zephyr-app: samples/drivers/psi5
25 :board: s32z2xxdc2/s32z270/rtu0
26 :goals: build flash
27
28Sample Output:
29
30.. code-block:: console
31
32 Transmitted data on channel 1
33
34 Received a frame on channel 1
35