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

Error!!! Got an error "no bootloader found" in nRF52832.

Hello,

Greetings!!!

I am working on nRF52832 having SDK 15.3.0, Windows 7 and Segger Studio IDE.

Right now I am implement OTA in my custom application.

I upload bootloader code in nRF52832 chip successfully upload program then connect with nRF connect and using boot-loader update .zip .

After successfully upload .zip fill device not start advertise.

I got error in ble_dfu_buttonless_async_svci_init() this function as shown below,

<error> app: No bootloader was found

<error> app: ERROR 4 [NRF_ERROR_NO_MEM] at D:\nRF5_SDK_15.3.0_59ac345\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_full_application\main.c:1304 PC at: 0x0002BE77

<error> app: End of error report

RAM and Flash adrees is as shown below,

FLASH_PH_START=0x0

FLASH_PH_SIZE=0x80000

RAM_PH_START=0x20000000

RAM_PH_SIZE=0x10000

FLASH_START=0x26000

FLASH_SIZE=0x5a000

RAM_START=0x20002230

RAM_SIZE=0xddd0

So please give me solution as soon as possible.

Thanks & regards,

Urvisha Andani

Related