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: 28379 Programming Issues

Part Number: TMS320F28379D

Tool/software:

If a program runs fine on 28377, can it import 28379 directly?and if not, what should I do?I

  • Hi Ma Bendong,

    Yes these two devices are binary compatible. The only case where some code wouldn't work is if there is an instance of a peripheral used that is not present on both devices. For example, if one device has 12 PWMs and the other has 8, and your code uses EPWM9, this code would not work on both devices.

    Thank you,

    Luke