Hi,
At first I build a simple project on DM6437EVM without DSP/BIOS. The program is very simple:
#include <stdio.h>
void main()
{
printf("just a try!\n");
}
I can run it successfully.
Then I add DSP/BIOS to the project. When adding DSP/BIOS, I don't change the default setting.
Generated tcf file and cmd file are added to the project, I build the project and run it again.
This time the string is not output. I hope to get your help.
Another question: In one document it says the reason why tcf file is simple campared with old cdb file
is that tcf file only contain the difference from default setting. Anyone can tell me which document
describe the default setting.
Thanks
Jogging