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.

TMS320F28379D: HELP WITH CODE

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Hello

          I have a code that is running on LaunchXLf28379d and I want to transport it to TMS320F28379D. Can I kindly know if it can be easily transportable. If not is there a standalone code that can be used directly for the user defined functions with all the header files and everything added so that we add only the user defined functions as per requirement.

We need it urgently kindly let us know and we have already tried with c2000ware examples and the conversion is really time consuming.

Kindly let us know.

Thank you.

  • Hi Vikram,

    LaunchXLf28379d is having a 10MHz XTAL for the clock configuration, but it is 20MHz XTAL on control card (TMS320F28379D).

    You can add the device macro in the example properties such that it gets automatically identified when the example builds.

    If you define the macro - _LAUNCHXL_F28379D in the project properties, launchpad related configuration takes over in the device.h file. If the macro is not defined in the project properties, it will consider to be a control card one.

    Also update the build configuration to CPU1_RAM while building the example for ControlCard.

    There is no other configuration to be made other than the macro one. The macro is used to distinguish the GPIO pin difference and the XTAL frequency difference in Launchpad and ControlCard.

    Thanks

    Aswin