Other Parts Discussed in Thread: HALCOGEN
Hi TI team,
could you be so kind to support me with the questions regarding CPU reset after STC test run and MCU configuration?
In our project we have several SW packages like Boot Code, Application and Loader. And now we have to decide where to place STC test call and reset-cause-handler.
Initial idea was to keep it as part of the application, on the other hand all PLL, clock domains etc. configurations are done within the Boot Code.
With the mentioned approach Boot Code is going to be executed completely several times due to the STC (CPU reset).
So here is the questions: is it critical to perform PLL, clock domains, Flash etc. configurations two or more times with CPU reset between them? Can we expect some side effects in such a case?
P.S. For system configuration we use the function which is very close to the HALCoGEN systemInit function.
Thanks in advance