Hi, i have a project with a PIC24EP256GP204 and need a shared variable in bootloader and application. I tried this in bootloader and application: uint8_t __attribute__((address(0x1000), persistent)) u8IdtSmbAddress; But if i try to debug the application w..
↧