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: BISS-C lib and test for TMS320F280049C

Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE

We are trying to support BISS-C encoder on LAUNCHXL-28F0049C. However, the C2000Ware_MotorControl_SDK_5_04_00_00 only include library and example CCS project for F28P65x device, they are mentioned in the following TI BISS-C documents. Can you provide .lib and example CCS project for LAUNCHXL-28F0049C? or some instructions how to change device specific files or library from F28P65x to LAUNCHXL-28F0049C support?

BiSS-C Absolute Encoder, Master-Interface Reference Design for C2000™ MCUs (Rev. B)

C2000 BiSS-C Encoder Interface Software Guide (pdf)

  • Hi Frank, 

    Our BISS-C solution is only currently available on F28P65 and we have a port on F28P55 which is arriving in the next SDK release. We don't have software for F28004 yet, that will require manually porting over the library example on the customer side. The CLB configuration is mostly the same, you will just have to rework the XBAR connections for the device since they will be different due to the different number of peripherals. It may be helpful to start off with a blank CLB example on F28004x and then paste the F28P65 source files on top of the F28004 project

    Regards,

    Peter

  • Hi Peter,

    Thank you for your information.