Other Parts Discussed in Thread: RM57L843
I'm using RM57L843 in my project. I have requirement to self test memory (Internal flash and RAM) periodically. Can you suggest some methods to do using built in algorithms?
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.
Since the flash (at least in the program space) does not change, using the CRC and checking against a known CRC value is a good method of checking it. See chapter 18 of the Technical Reference Manual. You can use the PBIST controller to do extensive tests of RAM, but it destroys the contents, so this is usually only done at startup. PBIST is described in chapter 9 of the TRM.
You might want to download the new version of the datasheet. It was just updated last night.