How to Use a Variable in SRAM to Communicate between Bootloader and Application
Hi,
I have a bootloader for my application, at the moment they exchange their working status by flash write. I think a better way is to declare a variable in RAM with the same address in both bootloader and application. Someone mentioned, in a post, that the linker script could be used for this, but didn't give an example.
Anybody could do me a favour and show me an example ? Thanks.
