Hi,
I'm using the ex_bootloader.h,loader.c etc from CCS as my bootloader.
I have it in such a way that if I press "x" in hyperterminal, it will run load_program() and I will be able to upload my app ...
First of all I'm confused about what is required to run a bootloader.
In my project, I have my main C file, the header files related to that and the loader.c file. ...