Hi all!I'm trying to read a value using a __eds__ pointer.The value I want to read is at the address 0x25c00 and the value is 0x55. Here is the code I'm using: uint8_t check;
EZBL_ReadROMObj(&check, 0x25c00); //I'm using EZBL...
// here c..
EZBL_ReadROMObj(&check, 0x25c00); //I'm using EZBL...
// here c..