I use bootloader example of SDK8.1.0, when I begin OTA, I got GATT error.
I use nRF Toolbox Version1.16.2
here is application upload: dfu_test_app_hrm.bin
here is the init file: manifest.json
how to fix it ? Thank you !
here is the bootloader
I use bootloader example of SDK8.1.0, when I begin OTA, I got GATT error.
I use nRF Toolbox Version1.16.2
here is application upload: dfu_test_app_hrm.bin
here is the init file: manifest.json
how to fix it ? Thank you !
here is the bootloader
Both .json and .bin seems correct. Please try the following steps and see if you get the same GATT error:
Note that if you're using nRF51 variant with 16K of RAM you need to adjust the linker settings accordingly. Also for custom boards you may not have the external crystal for LF clock(?)
Linker settings for 16K RAM variants (Cross module optimization must be selected as well):
I have solved this problem by updating SDK to SDK 9.0.0
I have solved this problem by updating SDK to SDK 9.0.0