Hello
I have a RM48L952 project which uses the bootloader-code supplied by TI. Everything works perfect as long as I don’t enable the self-test features of my application (using HALCoGen). As soon as I enable the self-tests my application gets stuck at the CPU test.
I would like to ask a few questions. Is there any demo code (bootloader/application) which uses the self-test features of the RM48L952? Should the self-tests be placed inside “sys_startup” of the bootloader or of the application? Should the whole initialization/self-test code be placed inside the bootloader (thus jumping directly to the main-function of the application from the bootloader)?
I would appreciate any help.
Heinz