Hi all,
We are having a problem with the CCM self-test code. There is a self-test that always fails.
To reproduce the issue:
- We are using a TMS570LS2134CPGEQQ1.
- Generate a new project using HalCoGen
- Under the “Safety Init” tab, check the “Enable CCM Self test” box
- Inside of ccmSelfCheck or selfTestFailNotification, insert some code (such as an non-terminating while loop) that allows you to see that the tests fails (the code from HALCoGen does not do anything so the failure isn’t readily noticeable).
- We are seeing failures from CCMSELFCHECK_FAIL2 and CCMSELFCHECK_FAIL3, though these could share a common root cause. FAIL2 indicates a problem with the test of error forcing mode.
- This happens whether we are connected with the debugger or not.
We are wondering 1) is there a problem with the code generated by HALCoGen? 2) is this a known issue? 3) if so, is there a solution or workaround?
Thank you!
-David