hi,
I want to transfer 3 bytes of data at a time through mibspi. I set the character length to 8bits and transfer group length to 3 with halcogen.
But mibspiSetData function tries to copy 3 double words (3*16bits) from the buffer i pass to it.
Do i have to pass it a uin16_t buffer with length 3 and just use lower bytes of each 16bits?
Thank you in advance.