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/TMS320F28377S: difference b/w dsp280x and f28377s

Part Number: TMS320F28377S
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

how radically are the 2 devices dsp280x and f28377s different ?  i have to change a code( p i control) for the dsp microcontroller and will have to convert it for use with  f28377s . can you give any tips?

  • The F28377S is a much newer device, so naturally you will see much better computational performance, and more and improved peripherals.  Comparing the front page of the two data sheets will give you a better and more complete comparison than I can post here.

    With regard to the PI controller, I recommend the C2000 Digital Control Library (DCL) which you can find in C2000Ware. There you will find several types of PI controller in source code form, together with code examples and some useful utilities. The library contains fixed and floating point PI controllers, so both devices are covered from this standpoint.

    Note that an update to the library will appear in the next version of C2000Ware due, I think, at the end of this month.

    Regards,

    Richard