Hi All,
I am just play with nRF52 SoC.
We design small wearable device based on MDBT42V BLE module with nRF52832 chip inside. For lear we have nRF52 DK.
I work with Segger Embedded Studio. S132 BLE core
I can open example Beacon project, build and programm to nRF52 DK and it works.
But same as example don't work on our HW.
In our HW no external low crystal -> I changed NRF_CLOCK_LFCLKSRC to NRF_CLOCK_LF_SRC_SYNTH. After this changes the function ble_stack_init() call success.
But not working too. As I see over debugger programm run main loop -> first call power_manage(), exit, set ON a LED -> second call power_manage() and never returned.
SoC do some work inside BLE core.
What happens? How to I can found my issue and fix.
With my best regards, Pitman.