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

Implement Custom UUID base on ble_app_template

I am going to make a project with nRF52840
In my application, I need to send sensor data to Raspberry Pi
I noticed this tutorial and tried to implement  this in my project
https://github.com/NordicPlayground/nRF52-Bluetooth-Course
At present, I am using nRF SDK17, nrf52840 Development Kit, and Keil

I changed these code according to the tutorial

ble_uuid_t m_adv_uuids[] = {{CUSTOM_SERVICE_UUID, BLE_UUID_TYPE_VENDOR_BEGIN }};
#define NRF_SDH_BLE_VS_UUID_COUNT 1

then I changed the IRAM1 

after this action, the program report a fatal error
and never work.
Please advice.

Related