Hello.
I'm beginner on Nordic product and checking the examples with nRF5_SDK_17.0.0_9d13099 on nRF52833 DK Board.
I tested ble_app_uart and it works. Now checking ble_app_hrs, but ble_app_hrs do not support pca10100.
I did the follow steps:
1) copy ble_app_hrs/pca10100 from ble_app_uart/pca10100, use a s140 folder.
2) compare ble_app_hrs/pca10059/s140/ses with ble_app_hrs/pca10100/s140.
Modified the emProject file and copied ble_app_hrs/pca10059/s140/config/sdk_config.h to ble_app_hrs/pca10100/s140/config/sdk_config.h
sdk_config.h - Enabled RTT and Log Default had set to "DEBUG".
3) Compile, download and run it, it shows the message on RTT Viewer.
<warning> nrf_sdh_ble: Insufficient RAM allocated for the SoftDevice. <warning> nrf_sdh_ble: Change the RAM start location from 0x20002AE8 to 0x20002BE0. <warning> nrf_sdh_ble: Maximum RAM size for application is 0x1D420. <error> nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM. |
4) Changed RAM_START and RAM_SIZE. Compile and run, but it is not work, LED1 is not blinking.
What did I miss ? I attached a emProject file and a sdk_config.h file.
Please check it and give a advice how to correct it.