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.
A bit of background info. Because TI's C2000 IEC60730 SW package doesn't include 28377D, we modified software from 28069. I guess it doesn't matter much to my question.
It seems IEC60730 require periodic CRC and march test of invariable and variable memory. For real time application, we can not afford to disable all interrupts to run the memory test.
Any suggestions?
Thanks.
Thank you for answering my question. It is very helpful. I have another one.
Even I break the memory test into 100 smaller pieces, there still will be an impact to our time critical application.
How often do I need to run this periodic test? Can I do it once per day?
Thanks.
Lu
Lu,
You can break up your memory tests, to test for example 8x 32-bits. This provides an extremely small time slice.
The memories on F2837xD either have parity or EDAC (ECC). So the memory test may not need to be completed frequently. I am not sure how frequently you need to test your RAM memory. It may be determined by your standard.
Please see this AR for the CPU Memory Built-In Self-Test. www.ti.com/lit/spracb9
Hope this helps.
sal