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/MSP430FR5969: Embedded ECC solutions?

Part Number: MSP430FR5969


Tool/software: Code Composer Studio

I want to implement Elliptic Curve Cryptography and the Diffie Hellman's key exchange protocol (Elliptic-Curve Diffe-Hellman protocol), into a 16-bit, MSP430FR5969, using Code Composer Studio.

I have searched extensively on the internet to find these source codes but unfortunately I don't see any that's written for CCS. I've found many that are written for the IAR Workbench, GCC, Python, Java, C++ but not for CCS. Does anyone have any idea where I can find these codes for CCS?

Sincerely,

Shawn

  • Hi Shawn,

    CCS and IAR are C-code compatible for the most part. If you have a source code implementation for MSP430 in IAR, you should be able to get it compiled in CCS without any major changes required. If you only have binaries/libraries, that's another story.

    Regards,
    Walter

**Attention** This is a public forum