When I am trying to use that file for Firmware Over the Air update feature in my application code then program compilation and all is working fine but when I am trying to load that program from Keil tool directly then I am getting following error message for writing the Flash memory:
No Algorithm found for: 10001014H - 10001017H
Partial Erase Done (areas with no algorithms skipped!)
No Algorithm found for: 10001014H - 10001017H
Partial Programming Done (areas with no algorithms skipped!)
Partial Verify OK (areas with no algorithms skipped!)
Flash Load finished at 15:12:02
And if I am trying to load that hex file from nRFGoStudio software then I am getting separate section for bootloader at left window side as I have not loaded bootloader and still it's coming up.
And while in SDK8.0.0, if I am trying to load same program with bootloader_util_arm.c file included then I am not getting that Keil error message and bootloader section in nRFGoStudio software as well. All things are working fine in SDK8.0.0.
So please can anyone tell me like what functions are changed from SDK8.0.0 to SDK10.0.0 for bootloader_util_arm.c for FOTA capability? And for dfu capable firmware if I have to include another file instead of whatever I am using then please let me know.
Thanks a lot in advance!