0
可以告訴我爲什麼我在XC16 MPLAB中使用此代碼時出現錯誤? PIC24FJ64GA004PIC24F eeprom和XC16 MPLAB
unsigned int __attribute__ ((space(eedata))) eeData[] = {100, 1, 22, 33, 44, 156, 3, 10, 1};
error: space(eedata) not supported on this target
對不起初學者的問題。