Other Parts Discussed in Thread: CC2640
Hi All,
I'm working on SPI of CC2640R2_LAUNCHXL (master) to read a pressure sensor.
When I transfer writing two bytes and
case 1:
set transaction.count = 2, (or transaction.count less than 10), then the chip select pin goes high after transmitted one byte, then goes low again to send the second byte.
case 2:
set transaction.count = 10 or higher, then the chip select pin keeps low until it completed the transaction.
Do you know why this happens?
Thanks,
Jack