Other Parts Discussed in Thread: C2000WARE
Hello, How make switch between 2 following project located in flash:
1. I have two CCS projects :
2. First (Project A) runs on flash application that has been loaded in sectors B,C-G. It works OK when is loaded by debugger;
3. Second (Project B) is defined into sectors J-N, works OK from debugger. (It's simple application - only toggles led).
4. Project A knows how to do load code of Project B via SCI C in Extended Tektronix format and load this file into the flash (begins in flash J) . -After verification its code is identical to code loaded by debugger..
5 . What is procedure of switching to B project ? Project B is need to be loaded automatically as boot instead of project A .
6. I am looking for example .
Thanks in advance'
AlexP