I am migrating an LM3S9D92 program to a TM4C1294NCPDT device and need to modify some of the on-chip flash routines.
I have looked at the Flash API documentation and although I see a FlashProgram(...) function to write to flash, I don't see a read from flash routine.
Previously I used memcpy to copy to a buffer with a pointer that was returned from the FlashPBGet() function.
That function no longer exists. Is that pointer hard coded? Is there an example of reading from flash somewhere?
Thank you in advance for your help.
Sam V