Shared RAM memory from boot to firmware
Hello everye one, i have a customized bootloader and firmware, i need pass som argument from the first one to the last one, in both project, at linker scripr file i have the following:MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 12K ...