Hi all,
I'm working with cc2650 on a custom board, connected to Xbee wireless communication module by SPI.
I have successfully established SPI communication with the chip select automatically controlled by the driver. However, now I am trying to switch to manual control over the CS pin, since this allows to put the Xbee module in and out of sleep mode.
I didn't find examples or documentation so I did my best to figure it out, but it looks like I missed something. I set PIN_UNASSIGNED as the csnPin in HW attributes in my board.c, and then tried to set the CS pin as low (it's defined as an output GPIO). The program is running but SPI communication isn't working. Is there anything else I should have done?
I'm working with TI-RTOS 2.14.3.28 and XDCtools 3.31.1.33.
Thanks!