2016-07-22 07:31 PM
After SPI bus activity stops, how long until BlueNRG goes into sleep mode?
DocumentUM1755 BlueNRG Bluetooth®LE stack application command interface (ACI) implies the time is 2 mS. This is important because there is an errata saying that BlueNRG will lockup if a new SPI command is started while the BlueNRG is trying to go to sleep.
2016-12-13 02:01 AM
Use the function Hal_Write_Serial of an example
in file SDK_EVAL_Spi_Driver.c, this algorithm fixes lockup, if a new SPI command is started while the BlueNRG is trying to go to sleep.