Hi all,
I'm working on a project that requires the use of the F021 flash API to be executed from RAM, because I need to be able to write to both banks from my app. The bootloader that I'm using is managing already the copy of the API to RAM. From my application I'm trying to do the same, however, if I try to make another copy, the API is not working anymore from the bootloader. Probably because I'm mixing the memory declarations in the linker file.
What can I do to use the API from RAM in my app that was already copied from the bootloader? Is there any example of this case?
Thank you!
Luis