2022-07-21 01:20 AM
Hello everyone once again, i am trying to split the main flash memory (just by using the .ld file) to put in each one a specific code (bootloader, DFU, app), i did what you can see in the image below, but i am not sure why the DFU and FLASH sections are not empty...do i left something else to do?
They are not empty:
Thanks in advance
Solved! Go to Solution.
2022-07-21 02:27 AM
2022-07-21 02:27 AM
The Memory Details tab could help...
hth
KnarfB
2022-07-21 05:47 AM
It is easier, more robust and flexible to create a bootloader as a completely separate project, including the linker script.