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.

TMS320F2812: Crypto Library for CCS 3.3

Part Number: TMS320F2812
Other Parts Discussed in Thread: C2000WARE

Tool/software:

I have the task to integrate a crypto library for the TMS320F2812 DSP using Code Composer Studio 3.3. As far as I see the C2000Ware requires CCS9 or higher. Does anybody knows a suitable library? The challenge is, that the data type "char" is 16 bit, and the type "int" is 16 bit as well.
I appreciate any help

  • We have some pre-built crypto libs in C2000Ware in the following path C:\ti\c2000\C2000Ware_5_04_00_00\libraries\security\crypto\c28; while the examples are for devices that are newer than the F281x, it should be possible to port these back into that device(still use C28x as the base CPU).  I would start with the F28004x or 003x examples as a starting point, since those have fewer CPU accelerators to exclude from the build.

    Best,
    Matthew

  • Thanks a lot for the information. I will try it