Other Parts Discussed in Thread: LAUNCHXL2-TMS57012, TMS570LS1227, , HALCOGEN
Dear Experts,
I need your help with SafeTI Diagnostic Library, ver 2.4.0. I went through the documentaion and partially throught the code and I have some thoughts and several questions. Please clarify if I missundersood and give me some answers.
1. Could I use SafeTI Diagnostic Library in my commercial project (.lib files)?
2. In CCS I opened project (build_safeTILib folder). There are few build configurations (depending on the target) but this project is empty... so I do not understad what can I do here. What is the difference between these configurations?
3. In CCS I imported demo application (SL_TMS570LS1227_NoOS. Can I use this demo with TMS570LS1224 with the LAUNCHXL2-TMS57012?
4. Stack size. In the sl_config.h file there are defined variables for stack size (~6kB).
On the other hand i my project preferences stack size = 0x800 (2kB). Should I increase this value in project settings or it is no need to do that (linker / compiler will do it automatilally).
5. In the sys_startup.c there are possibility to make some changes (range of safety diagnostic). The question is should we make safety diaganostic for peripherials which we do not want to use in our project? Or should it be turned off (peripheria, clocks etc) and it does not need diagnostic (even on the start-up)
6. In the sys_startup.c, line 1104 there is __TI_auto_init();
After that there are some tests, and in the line 1176 there is __TI_auto_init() one more time. Is it correct o mistake?
7. In app_main_NoOS.c (main) there are some diagnostic feature which we can use periodically. What does it accually mean?
E.g. if main loop in app = 10ms, should we perform some diagnostic every 10ms?
If not, how often should it be done?
8. I would like to debug DEMO project on the LAUNCHXL2-TMS57012. But there is a problem during building. Could you please help me?

