I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2. Any suggestions?
I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2. Any suggestions?
Did anyone from Nordic review your custom board (schematic and layout)?
Any update on the issue?
Best regards,
Kenneth
No
I put
NRF_CLOCK->LFCLKSRC=0;
as the first line in the main program. didnt fix the problem though
even added:
NRF_CLOCK->TASKS_LFCLKSTART=0;
NRF_CLOCK->TASKS_LFCLKSTOP=1;
NRF_CLOCK->LFCLKSRC=0;
NRF_CLOCK->TASKS_LFCLKSTOP=0;
NRF_CLOCK->TASKS_LFCLKSTART=1;
while(!NRF_CLOCK->EVENTS_LFCLKSTARTED);
didnt work either