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.

TMS320F280039: TIDA-0100054 Reference Code Question

Part Number: TMS320F280039
Other Parts Discussed in Thread: C2000WARE, POWERSUITE

Hi expert,

    Customer has question for TIDA-0100054 DAB reference code fro C2000Ware_DigitalPower_SDK_5_06_00_00:

  1. compiler issue:image.png
  2. Why powersuite GUI is empty and not code generated by syscfg?image.pngcan you please confirm this project does supported by power suite?

Regards

Andre

  • Hi Andre, 
    1. There are issues with latest compiler, please use compiler version 22.6.2 or older versions for the designs in Digital Power SDK. This issue is being looked into right now.
    2. The project you are showing is supported by power suite. Power suite changes the #defines in dab_settings.h file. All the peripheral configurations are done in _hal.c and _hal.h files.   You can edit these settings in PowerSuite and dab_settings.h file will be updated. Peripherals are not configured in syscfg in this project

  • Hi Venkata,

         Old compiler solved compiler issue. But just don't understand why Power suite doesn't include peripherals setting?  

    Regards

    Andre

  • Hi Andre,
    This design was developed without syscfg but with powersuite. Powersuite only provides #defines in settings file. That is why peripherals are not configured in syscfg.This design does not have syscfg based peripheral configuration.
    Thanks
    Praneeth