2.4.3.6 BL_FlashReadUint32()

bl_mem_result_t BL_FlashReadUint32 (flash_address_t address, uint32_t * data)

Helper function to read a 32-bit unsigned integer from a specified Flash address for PIC16 devices.

Parameters:
in address

- The Flash address from which the 32-bit data is to be read

out readData

- Pointer to a variable where the read 32-bit data will be stored

Returns:

BL_MEM_PASS - Flash read succeeded  

BL_MEM_FAIL - Flash read failed  

BL_MEM_INVALID_ARG - An invalid argument is passed to the function