Its working, but the compiler/linker is complaining: code#define BLDATA_ADDR RAM_END - BLDATA_SIZEblStatus_type BLdata __attribute__((address(BLDATA_ADDR),persistent));
OutputBootLoader.h:126:1: warning: Data-variable address in kseg0 region of an unca..
↧