Part Number: CC2650
Tool/software: TI-RTOS
Hello
I use a cc2650 with 2 device in SPI (Accelerometer and flash)
Me code work for a small time but sometimes he stop working. BLE continue to work but me task use SPI stop working
I open the SPI with
bspSpiOpen();
And he lock on
bspSpiRead(vData,wLength);
Only one task use spi.
do you have an idea?
Thanks