Part Number: TMS320F280037
Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hi
We have a project which uses C2000 f28003x. Our customer requests that our device should execute the odd application while updating new application.
I have studied about LFU lately. The diagram below is from datasheet Live Firmware Update Design Guide tiduey4d

After studying LFU, we found two things that we have to take care of:
- Compiler will compile the program based off of the odd application so customer can only update firmware sequentially.
- Headroom reservation for struct members and array.
Since we are inexperienced in the live firmware update. Can we implement it without LFU switchover? We would like a full initialization after a software reset. Just take the advantage of the dual bank flash kernel as below chart.
Would it be feasible?

We know that the down time of this implementation would take longer.
Is there any sample code available for this kind of implementation? I only found buck_F28003x_lfu in the C2000ware package.