Other Parts Discussed in Thread: C2000WARE
In my old project (bitfield type) with old DSP device ( trying to migrate to new DSP device),
Trying to understand the concepts for below query......
----------------------------------------------------------------------------------------------
In my old project there are many .c files which contains
.asm, ,c, .h, .pp
This I can understand we must create .c & .h files and other .asm & .pp will get developed after build.
----------------------------------------------------------------------------------------------
Now, in my old project, there are TWO files (smaboot & smadsp) having many other files with same name. However, these TWO files conatins "void main()" and "void main_loop ()" but with different functions.
________________________________________________________
smaboot contains below files in the project directory:
smaboot.asm, smaboot.c, smaboot.cmd, smaboot.paf, smaboot.pjt, smaboot.pp
_________________________________________________________
smabdsp contains below files in the project directory:
smadsp.asm, smadsp.c, smadsp.cmd, smadsp.h, smadsp.i01, smadsp.i10, smadsp.mak, smadsp.paf, smadsp.pjt, smadsp.pp, smadsp.wks
_________________________________________________________
Inparticular, why smaboot does not contain .h file? What is the specific reason being boot file?
What are differences? How is this required? Can I get a specific Application Note please?
Thanks & Regards,
Venkatesh
PS: This question is related to Boot Loader with SCI using serial communication in smaboot.c file. Being a new comer to DSP, please guide me how to build DSP program having all facilities.