I have a project built around the PIC24EP512GP806, that has compiled and linked fine.Now I am adding ECAN and DMA functionality, and having problems linking the dual-port RAM.By adding this line: __eds__ unsigned int ECAN_buf __attribute__((space(dma))); ..
↧