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.

TMS570LC4357: Fails every self test via Safety Lib 2.3

Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN

Good day. Wanted to add a self testing to my project. Made everything same as the example in the Halcogen. (added src files to the project, included files, added some lines to the linker file). But when i run it, it failed right from the first test, it was PBIST self test. I i disabled all the PBIST self tests (defines are at the top of the startup file), and decided to go to the L2RAMECCCHECK. and it failed. Then i disabled l2Ram and went to the FLASH. And it failed as well. Return value was always 0 (false). Might it be something with my launchpad? Project works fine there (except of the temperatura sensor, but that thread is closed already). Here is my code. I created brand new project, clear, but problem remained.

4135.safetyTest.zip

UPD: when i tried v 2.4, PBISTS test have passed, but the other didnt (ram, flash)