Hey guys,
is it possible to change from OAD off-chip to on-chip ? If yes, what do i need to change/replace in the code ?
Thanks
Jones
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hey guys,
is it possible to change from OAD off-chip to on-chip ? If yes, what do i need to change/replace in the code ?
Thanks
Jones
Hi Jones,
To use on-chip OAD, you should use OAD_IMG_B=1 instead of OAD_IMG_E=1 for on-chip OAD. Bear in mind that you will have significantly less space for your application using on-chip OAD so make sure that you have enough space to use on-chip OAD.
Thanks,
Elin
Hey Elin,
shouldn't I replace the nvsexternal to internal and therfore the file for oad who handles the nvs too ?
Is there a Tutorial how to add an persistent app ? And what must this Persistent APp contain ?
Best wishes
Jones
Hi Jones,
If you have made modifications to your project, then you might have to change other things too.
The persistent app is in the SDK and should only be built and loaded onto the device.
Please refer to the OAD section of the User's Guide, especially the Setting up the BLE OAD Environment which describes in which order and how to load the different projects.
Thanks,
Elin