Other Parts Discussed in Thread: CONTROLSUITE
I had a couple of comments about controlSUITE.
I've found it extraordinarily cumbersome to maintain path's to current versions of header files. Right now, what we have done is added symbolic links in our control suite folders (for example:
C:\TI\controlSUITE\device_support\f2833x\vCurrent -> C:\TI\controlSUITE\device_support\f2833x\v132
and any time the version changes we update this link (which is much easier than changing the Include paths in CCS4). We are assuming complete reverse compatibility (is that a safe assumption?). It's a bit unpleasant that this change is not reflected in the revision history, Maybe a document explaining how to use macros and establishing a naming convention would be in order
Could TI either have a set of Macro files that are maintained with current symbolic links, or a directory structure that has "current version" as a folder? It would also make creating documentation that is consistent across versions possible.
I've found the Flash examples for DSP/Bios to be almost un-usable. I've had alot more success with the examples included in spra958i could this be included in Control Suite? Did I just miss it?