Hello.I have pic24fj32mc101. I want to save some constatnts in FLASH while my program working to use them in the next time. I know about standard functions: unsigned int __attribute__ ((space(prog), aligned(_FLASH_PAGE * 2))) prog_data = {0x0000, 0x1111, ..
↧