Hi Sebastian Delrio,
I tried the srec files of Wireless_Uart, gpio_led examples and I also tried with a custom program done by myself to check the otap_client_att program.
I already gone through the chapter and the following design considerations are made
1. added #define gEepromType_d gEepromDevice_InternalFlash_c in app_preinclude.h file.
2. gUseInternalStorageLink_d symbol to 1., gUseNVMLink_d to 1, gUseBootloaderLink_d to 1 in the MCU Linker Miscallaneous Tab
I tried to debug the otap_client_att program and the program is working fine as finally the OTA_SetNewImageFlag() funcltion is called and after reset the mcu, the board freezes
I'm using the bootloader_otap program in the sdk example.
I'd not yet understand the memory map changes and the app_preinclude.h file is almost fully highlighted with gray color.
and also the section 11.5 in the Bluetooth Low Energy Application Developers Guide.pdf.
Thanks in Advance