Hi i am using the PIC24fj128gc006, i am running out of data memory, so i and trying to allocate some of my buffers using the EDS space. this is my declaration: #define BUF_BASE 0x010000L__eds__ float envelopStaticBuff __attribute__ ((address(BUF_BASE), sp..
↧