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.

TMS320F280049C: 280049 FSI function

Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE

now i try to code FSI function, but i found in C2000ware there was only driverlib type example of FSI, because of our project is inherited from 2803x systerm, 

so, it's diffcult to read the driverllib example and chanage it to "struct” type code, this add large work for me to use FSI example, and i'm confused how to use it.

does your TI team has example of FSI write in old style?

  • Hi,

    There is no example written using bit-field code for FSI.  Do note that the bit-field & driverlib approaches are designed in such a way that  they are compatible together within the same user application. Hence you can try using the driverlib APIs for FSI and retain the bit-field for other code.
    You can refer to the doc 'F28004x_FRM_EX_UG.pdf' in C2000Ware . This doc describes how to add driverlib support to a bitfield project as well as how
    to add bitfield support to a driverlib project.

    Best Regards

    Siddharth