Dear All,
I am trying to add a custom service on the ble_template_app that I have managed to run successfully on the nRF52820.
I have successfully created the custom service I need and I have been able to compile and run my code on an nRF52840.
Unfortunately, I have been unable to do the same for the nRF52820. The code will not even compile, geiving me this error:
I am assuming that there is an issue with the FLASH memory size, but I am not sure how to fix it.
In my project I have this line:
I took this line from the example for the UART application that can be found here.
I am also curious to understand how exactly I need to modify the flash and ram size in case I want to add more services, like the