Position-Independent Code - .data initialization
I'm developing a bootloader for an STM32L0 MCU that will jump to one of two or more application partitions in flash. I'm using IAR 8.22.2.To make the application binaries position-independent, I've compiled them with the -ropi option. I've also modif...