Hi,
The SPI configuration in the peripheral set-up sets the bit-mode for 8-bit data, which is what I need, however when probing the GPIO pins I see on the scope that the clock is actually 16-bit. Do you know anything about this?
Also Is there any example that uses SPI other than the peripheral set-up? Preferably SPI without flash.
Zeina
你好Zeina,
I believe what you are seeing is correct : on page 110 of the d/sheet the SPI data word when in 8 bit mode will still be 16 bit, just bits 8-15 are not used.
For SPI examples : is there anything specific you are trying to achieve ?
Best regards JE_Dialog
Hello,
I have a slave on PSI interface whose registers are 24bit size, but DA14580 supports only 8/16/32 bit mode, so how can I transfer data in this case?
Can I use three 8-bit SPI transfers or one 16-bit transfer followed by one 8-bit transfer.
Thanks
asm