Hi,I am using below tools:PIC24F bootloader Application note: AN1157 Mplab X IDE v5.20XC16 compilerPIC24FV16KM204 My application code and boot-loader code is working fine until i enable below code:int __attribute__ ((space(eedata))) eeData = 0x1234; // Gl..
↧