Flash_If_Read() function
Reads Data into Memory.
Syntax
uint8_t *Flash_If_Read(uint8_t * src,
uint8_t * dest,
uint32_t Len);
Arguments
src
Pointer to the source buffer. Address to be written to.
dest
Pointer to the destination buffer.
Len
Number of data to be read (in bytes).
Return value
Pointer to the physical address where data should be read.