Hardware requirements
Mini USB cable
FRDM-MCXC242 board
Personal Computer
Board settings
The flexio_spi_master_dma_spi_slave example is requires connecting between FlexIO pins with SPI pins The connection should be set as following: FLEXIO SPI1 PCS0 J4-6 J1-9 SCK J4-8 J1-11 MISO J2-20 J3-1 MOSI J2-18 J3-3
Prepare the Demo
Connect a mini USB cable between the PC host and the OpenSDA USB port on the board.
Open a serial terminal on PC for OpenSDA serial device with these settings:
115200 baud rate
8 data bits
No parity
One stop bit
No flow control
Download the program to the target board.
Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.
Running the demo
When the demo runs successfully, the log would be seen on the OpenSDA terminal like:
FLEXIO Master dma - SPI Slave interrupt example start.
This example use one flexio spi as master and one spi instance as slave on one board.
Master uses dma and slave uses interrupt way.
Please make sure you make the correct line connection. Basically, the connection is:
FLEXIO_SPI_master -- SPI_slave
SCK -- SCK
PCS0 -- PCS0
MOSI -- MOSI
MISO -- MISO
This is SPI slave call back.
FLEXIO SPI master <-> SPI slave transfer all data matched!