Hi.
I have been studying about reset and boot, flash in MPC5748G.
Because, I have to make a project which updates Application Project.
kmh48301_0-1610441418505.png
I tried to express my concept with that picture..
I call project A boot loader project (but i think update project or some another name is more suitable)
and project B is application project.
How does it work
:
1. Power on
2. Project A excuted
2. Project B is ongoing
3. Update event occurred
4. Reset with some reset reason flag which presents update event occurred
5. Project A is updating project B
6. Project B is on going(go to 2.)
================================================================= background
Question
:
1. In RM,57.7.1 what do BAF code entry point and exit point mean?
I need to understand this
2. In Figure 57-1, when i turned on or reset the board,
this flow is always executed? every time?
so the only one can initialize cores is BAF?
3. How can I generate reset with code safely?
(If there is available place to store reset reason, will be the best for me...)
Thanks
Best regards
Phillip