hi,
i am currently working on the flash in the tm4c123gh6pge board .the main thing is,i want to read data from flash .so, what is the API for reading data from flash.
example:
for writing in to flash API is FlashProgram(unsigned int *pulData, unsigned int ulAddress, unsigned int ulCount);
for reading from flash API is...............................what?