Hi
I started with the dspi_blocking_example_master_frdmk82f, which worked pretty well for me.
So I connected a different board with kDspiPcs0 on SPI0.
But now I also want to connect a third borad also with SPI0 but chip-select kDspiPcs1 (PTD4).
It is clear for me I have to initalize this pin as SPI0_CS.
But my big problem is, how to change between the chip-selcts whithin the program code.
Due to my understanding DSPI_DRV_MasterTransferBlocking don't have a possibility for selecting the chipselect.
Till now I haven't found any siutable example for this problem.
Can someone give me some hints.
Thanks