User Activity

I am using a BlueNRG-LP MC355 SoC. When connected to my debugger, I can call NVIC_SystemReset() just fine. However, if I disconnect the debugger, the device hard faults on reset.uint8_t ret = BLE_STATUS_SUCCESS; uint16_t service_handle, dev_name_...
Can you use CubeMX to generate init code for the LP SoC?I am integrating an LP SoC into a custom PCB and not sure what all I need to init?
I am designing some firmware for a BlueNRG LP (355MC) based device with several sensors. At certain points in the device's processing/lifecycle, I need to turn off the BLE and/or radio to conserve power. In fact, I only need the device to have BLE co...