This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52810 LESC support

Hello. I'm developing application for nrf52810 based on ble_app_template example, SDK15.3. I want to add LESC functionality to this, so as reference I learn "ble_central_and_peripheral\experimental\ble_app_multirole_lesc" example. I've add necessary files to my project, add necessary includes, make necessary definitions and also modify peer_manager_init and add nrf_ble_lesc_request_handler() in main loop. So, then I obtain following errors.

I try to modify heap and stack size in options of my solution, but nothing help. So what can I do with it? Is it even possible to add LESC functionality to ble_app_template?

Thanks in advance.

UPD:

I've modify heap and stack size in project configurations and obtain this:

Lol. When I run it, logger return:

<error> peer_manager_pds: Could not initialize flash storage. fds_init() returned 0xB.
<error> peer_manager: pm_init failed because pds_init() returned NRF_ERROR_STORAGE_FULL.
<error> app: ERROR 3 [NRF_ERROR_INTERNAL] at C:\nRF5_SDK_15.3.0_59ac345\tdp\ble_app.c:294
PC at: 0x0001E67F
<error> app: End of error report

So, is it possible to optime it?

Parents Reply Children
No Data
Related