Hey all, I am trying to understand the PIC32 linker, specifically for PIC32MZ micros and specifically this line in the linker file stolen from the harmony library bootloader example: kseg0_program_mem (rx) : ORIGIN = 0x9fc10000, LENGTH = 0x14000 The kseg ..
↧