I'm using XC32 compiler for my project.I have a use case to use two different memory regions for data.I decalred the two memory sections in linker under memory like this. kseg1_data_mem (rwx) : ORIGIN = 0xBFD1C000, LENGTH = 0xAFFF
kseg2_data_mem (rwx) : ..
↧