I am using C30 v3.30 to code for PIC24FJ64GB004. I have declared a function portdata() as follows so that it gets located at address 0x400 in program memory. And, it works. void __attribute__((__section__("mytext"))) portdata(void);
/* "mytext" is define..
↧