This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

On-chip flash memory

Other Parts Discussed in Thread: TM4C1294NCPDT

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