Other Parts Discussed in Thread: TMS570LS1227, TMS570LS1224, HALCOGEN, LAUNCHXL2-TMS57012
Hello,
I am working on safety features implementation on TMS570LS1224. I download SafeTI Diagnostic Library and went through example: SL_TMS570LS1227_NoOS.
I use TMS570LS1224 LaunchPad board.
Firstly, I would like to focus on boot time features (sys_startup.c) Therefore, inside main() function I replaced all the code with simple LED blinking function (There was need to make only one additional change in HalCoGen (GIOB1->marked as output). I had ran application and everything worked perfectly. LED was blinking as expected but only during debug session. Unfortunately, outside of the debug session application do not work (LED is not blinking).
What could be the reason? Could you help in this case?