Tool/software:
Hi team,
For the LFU example code, there are bootloader , App1 and App2. Please instruct how to extend bootloader size from current 16kB to 32kB ? Thank you.
Tool/software:
Hi team,
For the LFU example code, there are bootloader , App1 and App2. Please instruct how to extend bootloader size from current 16kB to 32kB ? Thank you.
Hi Jerry,
This should be possible through the linker file i.e. increasing the size/address range. You can find more information here: link
Best Regards,
Diego Abad
Hi Diego,
Thanks for your suggestion. Customer have checked the document on the link. Customer have already using this method to build the project.
However, they ran into an issue. When they run the code, it jumps into the default handler.
This issue only occurs when the bootloader size exceeds 16KB—if they keep the actual code size under 16KB with 32KB setting, it works fine.
Could you advise how to fix this issue?
Hi Jerry,
Sorry for the late response. I'm consulting with my team on how to help with this issue.
Best Regards,
Diego Abad
Beside to modify the cmd file customer also need to modify the some global define in device.h as below