Hello, I need to locate a variable at a specific address in RAM:unsigned long __attribute__((far,address(0xA001FFFC),persistent)) MyVar; But the linker fails with this error:xc32-ld.exe: small-data section exceeds 64KB; lower small-data size limit (see op..
↧