Question
I use a bootloader, what's happening to the RAM after the jump?
Posted on June 12, 2015 at 19:06
Hello everybody,
To perform firmware updates, I use a SD card bootloader. The bootloader code use quite a lot of global variables.After the jump, are these variables automatically deallocated? I want to optimize the available RAM memory in my main code, do I have to free these variables of my bootloader code?Thanks a lot!Jean