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.

TMS320F28035: How to use SFRA with F28035 in CCS v12.2.0 (No examples in Digital Power SDK)

Part Number: TMS320F28035
Other Parts Discussed in Thread: SFRA, CONTROLSUITE, C2000WARE

Tool/software:

         

            I'm using CCS v12.2.0 and need to work with SFRA (Software Frequency Response Analyzer). In older CCS versions, SFRA examples were available through ControlSUITE, but with newer versions, only the Digital Power SDK is supported. This issue is that the Digital Power SDK does not include SFRA examples for F28035, which I'm working with.

        What is the recommended way to accsess or use SFRA with F28035 in CCS v12.2.0?

  • Hi,

    You may refer to the example available in C2000Ware_DigitalPower_SDK_V\libraries\sfra\examples, which includes firmware support for the F28004x device.

    The primary difference between the two devices is that the F28035 operates at 60 MHz, whereas the F28004x operates at 100 MHz. The SCI peripheral, in both cases, runs on LSPCLK.

    You can make use of the SFRA-related files from the Digital Power SDK, as they are device-independent and can be applied in the same way as for the F28004x.

    Thanks & Regards,

    Shashank