This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F2812: Best Code Composer Studio / BIOS / XDCTOOLS config

Part Number: TMS320F2812
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

Hi,

I designed a TMS320F2812 a few years ago, running an app on top of DSP/BIOS, IDE was CCS V3, RTSC was very helpful during dev process...

Now I have to revisit this piece of firmware and I am wondering what would be the best CCS version with DSP/BIOS, SYSBIOS or TI-RTOS and associated tools? and ... I wish to keep real time debugging!

Regards.

  • Hi,

    If you just need to tweak your existing code a little, I'd stick with what you have. Moving from DSP/BIOS to SYS/BIOS gives you some new features and greater device support, but honestly if you were successful/happy with DSP/BIOS I'd stay with that.

    Fyi...we had a "legacy" shim wrapper for helping customers move from DSP/BIOS to SYS/BIOS. It worked well for the "standard" stuff like SEM_post, etc. but was problematic for trickier things so we don't advocate using it.

    Todd
  • Thanks Todd, I think I'll do that.