locked at nrf_sdh_enable_request->sd_softdevice_enable

I'm trying use nrf52810 as the peripheral to connect my nrf52840 central.

The hardware buyed from other vendor in local market, it looks very simple, maybe based on nrf52810 MOD.

For it is a product PCBA, I have to program it with SWD with keil.

Now, I can erase whole chip and download softdevice and app(at leaset,the Keil report successfully).

The problem is : it locked at sd_softdevice_enable().No any response to analyse.

These are the basic information:

1) nrf52 SDK 17.1 + S113 7.2;

2) changed from one sample project:

configure for softdevice:

Flash:112K,Ram:6K (according to S113 guide)

refer to S113 firmware.

Configure for App:

Flash : 80K Ram : 18K

nrf52810: Flash 192K ,RAM 24K

3)load softdevice,it looks right;

4)load app,success;

5)debug,locked at sd_softdevice_enable()

and it didn't call app_error_fault_handler.

I have tried to reach "SVC 0x10",dead at this line.

There is way to confirm MBR / SD is right?

I'm not sure if the FLASH/RAM configuration, I just try with info from S113 and 810 spec.

Thanks for any guide.  

Parents Reply Children
No Data
Related