Hi all,I'm using dsPIC33EP32MC202 and trying to write a few words in the flash memory, but having some trouble with the testing. int __attribute__((space(prog),aligned(_FLASH_PAGE)))
dat;
unsigned short devid;
int main{
_prog_ad..
dat;
unsigned short devid;
int main{
_prog_ad..