Other Parts Discussed in Thread: TMS320F28335
Hello
I have the following problem:
I am planning to set up a project which will actually hold two project in one. The idea is like this I will have a project, we call it the ipl (initial program loader), which will decide on start up which other software will be loaded from flash. It will also have the possibility if there is no other software available yet to start the flash algorithm which it self will be part of the ipl project.
My question now is how would it be possible, once one of the other applications is running, to start the flash algorithm within the ipl code without actually starting the main of the ipl again.
Is it possible to rerun the c_init of the ipl project so that all variables are initialized again and then actually start a different routine than main?
Remark: the flash algorithms have to be on the system since we have to keep the flash cycle as short as possible since this is a medical device and uploading the bootloader takes precious time.
regards
douncon