2016-03-30 03:47 AM
Hello,
I am using SPBTLE-RF BLE Module along with X-CUBE-BLE1 sensor demo code. The program worked successfully when run on STM32L053 Nucleo board with SPBTLR-RF module. But when we ran the X-CUBE-BLE1 code on our PCB (Which is designed based on STM32L053 Nucleo board), the microcontroller resets just after setting SPBTLR-RF in discoverable mode. Using the following API:aci_gap_set_discoverable(ADV_IND, 0, 0, PUBLIC_ADDR, NO_WHITE_LIST_USE,sizeof(local_name), local_name, 0, NULL, 0, 0);
It seems that the SPBTLR-RF sending a few advertising packets for few milliseconds just before the microcontroller resets. #ble #bluenrg-ms #spbtle-rf-ble