Sorry for the newbie questions but I'm trying to scale the vertical learning curve for SysBios 6.x (migrating from DSP BIOS 5.x).
1) Do I have to have a separate RTSC Configuration project? Some of the SysBios examples just have a *.cfg file mixed in with the main project. Keeping everyting together makes it easier to maintain, archive and pass on to another engineer.
2) Can all of the platform configuration be handled in a user config.bld file?
3) What generated SysBios/RTSC files (*.cmd, *.cfg, *.bld) are actually used to build the project and what is their order of precedence. Which ones are "safe" to modify?
4) If I create my own linker file to map code sections, do I have to include a call to a generated link file like DSP Bios 5.x? If I specify a config.bld file what happens to the one in the platform directory?
5) Related question, when would I want to create my own linker or build files versus modifying the wizard generated files.
There seems to be a number of ways to accomplish the same goal. I'm after the flattest approach so I don't have to master hundreds of tools and keep track of zillions of little files.
-Calvin