Dear ,
I am going to use SDK 17.0.2 spis example.
But I found it is 8 bit data width. I am going to use 16 bit data width .
Would you teach me how to change?
Dear ,
I am going to use SDK 17.0.2 spis example.
But I found it is 8 bit data width. I am going to use 16 bit data width .
Would you teach me how to change?
Hi,
You should look at the 16bit data as two 8bit data. You can achieve this by sending two 8bit values one after the other.
Hi,
You should look at the 16bit data as two 8bit data. You can achieve this by sending two 8bit values one after the other.