Hello, I have a problem here with linker script modification. My MCU part number is PIC32MZ2048EFG100.
I have a large constant array in a file name res.c. The declaration of the constant is as follow:
const unsigned char res[] = {......}
The res[] arra..
↧