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: BOOSTXL-BUCKCONV not working with 379D

Part Number: TMS320F28379D
Other Parts Discussed in Thread: BOOSTXL-BUCKCONV

Hi,

I am using the BOOSTXL-BUCKCONV with the TMS320F28379D launchpad. The example files and the manual use the F280049C. I believe I simply have to replace the GPIO, EPWM and ADC numbers in the code with that of the 379D. I've done that and it compiled with no errors. However, nothing seems to work, even the heartbeat LED. What can I do to get this to work?

Thanks

  • David,

    Before changing the pin and module assignments, you will need to update the device-specific dependencies like driverlib and the linker command file.

    F28004x also has a few incremental feature enhancements that are not available on F2837x so these will need to be handled as well. They should be evident at build time when the unavailable driverlib API calls are reported as errors.

    -Tommy