I am trying to read through the dm648 evm demo.
I feel it's a mess about the whole folder file order in my mind.
I split a simple project only use the LOG_system to print a hello world slogan in the message log window.
the project has been built withour error,
there is a "main.c","hello.tcf",a empty "hello.cfg"(I tried to remove it, but error occurs) ,
autogenerated "cfg.c","hello.s62","??.cmd","",
"xdcpath.dat", "compiler.opt", and a folder "xconfig" with a bunch of files packaged by xdc tools.
could someone tell me their relation and building order? or show me some article which mentions that.