Part Number: LAUNCHXL-CC26X2R1
Hello M-W,
I would like to reopen this post with a related question.
Its concerning the 0 byte being transmitted by slave upon the SPI transfer.
If I call 2 SPI transfers back to back without delay then in the first transfer 0 is sent first, but in the second transfer it appears to avoid that behaviour. i.e. Say, I want to transfer 2,3,4 on first transfer; then 5,6,7 on the second transfer The data is received as 0,2,3 on first transfer and then 4,5,6 on the second(due to the 0 pre pended on the first transfer).
I do the same with a 1 or 2s delay in between transfers and what I get is 0,2,3 on first transfer and 0,5,6 on the second.
How do I workaround with this? I have transfers with and without delays to be implemented in my code.
Also is this issue solely in the Launchapad or would it be in the Chip CC2652 as well.
Regards,
Shyam