Other Parts Discussed in Thread: HALCOGEN
Hello,
I'm attempting to send a single 16-bit word over SPI1, but am getting unexpected behavior.
I have Halcogen set up to send a 16bit word without any extra delays before or after the SPI transaction.
Calling spiTransmitAndReceiveData() with blocksize of 1, yields the following behavior on the scope:
The clock appears to be active for an additional 3 words.
Is this expected?
How can I prevent this behavior? I would like the clock to only be active for the duration of the 16 data bits coming out of the MOSI line.
Thanks,
Erik