Hi,
I'm actually trying to implement the system tests mentioned in the document "TMS570LS20216S_Safety_Manual.pdf".
Is there any source for getting informations on how to implement the tests (eg: code snippets)?
Additional to above mentioned document I also use the technical reference manual and the datasheet as information base.
Some tests are well described there, others not.
Actual I try to implent the checking of ccm_r4 on startup.
There are only two control register for ccm_r4:
CCMSR = ccm status register
CCMKEYR = ccm key register
So, for starting self test, I set CCMKEYR to 0x6. Result: nothing happens. My application waits infinite for STC (self test complete, CCMSR) being set.
What are the possible reasons for this behaviour?
I think, in further development of system tests there will be much more questions and problems like this. It would be very helpfull to get further details for implementing the tests.
Marco