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.

Is the C2000 Dev Kit compatible with any other chips such as the CC2538?

Other Parts Discussed in Thread: CC2538, CC2520, TMS320F28027, CONTROLSUITE

I'm thinking it is not compatible but just want to make sure before I make a big purchase.

  • Hi Edward,

    Edward Lynch said:
    I'm thinking it is not compatible but just want to make sure before I make a big purchase.

    First of all CC2538 has already Cortex M3 core; other than that if you're planning to transmit critical parameters from C2000 controller to CC2538 then this is very much possible. For this you can make use of the UART, SPI or I2C communication protocol. Let me know if you need any other info.

    Regards,

    Gautam

  • Thank you.  My team is aware that it has an ARM cortex; they are actually being used in separate areas of the project.  There will be a CC2520 paired with the C2000 with the C2000 doing some heavier processing.

    I have no experience using these boards, so any other resources would be good.  With the communication protocol there, and then hopefully there is the ability to use the board to load the program onto the C2000.

  • Edward Lynch said:
    I have no experience using these boards, so any other resources would be good.  With the communication protocol there, and then hopefully there is the ability to use the board to load the program onto the C2000.

    C2000 Launchpad has TMS320F28027 fixed-point controller and I'll suggest you to go through the datasheet thoroughly and check whether it satisfies all your computational needs.

    About the communication protocols, all example projects are present in the software named controlSuite (you need to download this).

    C2000 Launchpad has an on-board emulator that will help you perform real-time debugging and programming.

    Regards,

    Gautam