Tool/software:
Hi there
I've tried to build MQTT client when i try to burn it usig bootloader it burns from address 0x4000 and it works well, then i've added the Software Update which pass the control to the bootloader to burn the updated firmware but it burns the code starts from address 0x000 i don't understand this strange behaviour i've copied the same code to boot_demo_emac_flash project (i've just update the boot_demo_emac_flash.c file by the main.c then i added all of the file of MQTT client in boot_demo_emac_flash project
my question is "Is there any configuration in boot_demo_emac_flash project which resolve this issue ? and if not what do you think the problem is ?