Hi,
What happens (internally in CCS) when program is downloaded with CCS and "go main" option selected?
How is it different from "Bootloader-Based" download and execution?
Regards,
Justin
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
What happens (internally in CCS) when program is downloaded with CCS and "go main" option selected?
How is it different from "Bootloader-Based" download and execution?
Regards,
Justin
how does it goto main? after code is downloaded, it should not even goto "_c_int00" right?
Is the PC set by CCS to "_c_int00" first, thereby by-passing bootloader operation?
~Justin
When you load the program, it will first go to _c_int00. From there it will set a breakpoint at main and run.
I'm not too familiar with the bootloader operation so i can't comment on that.
ki