Part Number: C2000-SAFETI-DIAGNOSTICS-LIB
Hi experts,
Does C2000 diagnostics lib have Program Counter register test to meet the requirement of IEC60730? Just like Program Counter register test part of IEC60730_STL_Library.
Thanks!
BR
Jim
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.
Part Number: C2000-SAFETI-DIAGNOSTICS-LIB
Hi experts,
Does C2000 diagnostics lib have Program Counter register test to meet the requirement of IEC60730? Just like Program Counter register test part of IEC60730_STL_Library.
Thanks!
BR
Jim
We don't have a PC test in the F28003x and 0013x SDL, but customers can implement the same idea used in the IEC60730_STL_Library pretty easily. It's basically just a matter of placing a few test functions at strategic locations in flash and RAM so that as they're called all the bits of the PC are flipped (for example, the F2806x used functions at addresses 0x00AAA8, 0x3E5554, and 0x3F3AA8).
Whitney