I have 2 questions regarding EDS (extended memory space).
I am using PIC24FJ256DA206, XC16 (v1.21) and MPLAB X IDE v2.05.
1. Question:
If I declare an array
__eds__ volatile BYTE ppRcBuf __attribute__((section("eds1"),eds, page)); then I get a lin..
↧