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.

TMS320F28P550SJ: Availability of CLB Biss-C implementation / Porting the Design

Part Number: TMS320F28P550SJ
Other Parts Discussed in Thread: C2000WARE-MOTORCONTROL-SDK, SYSCONFIG

Tool/software:

Hi,

I'm trying to implement the BiSS-C protocoll in the TMS320F28P550SJ processor using the CLB-unit.

There is an example available in the C2000WARE-MOTORCONTROL-SDK, but as far as I understand it is available only for a selected number of C2000 processors.

Are there any plans to release an example project for the F28P55 processor or can the example be ported without too much time and effort?

If not, what would be the best way to port the example to my processor?

Thanks in advance

  • Hello,

    I am not aware of specific plans to port the Biss-C example to the f28p55x device. On the firmware side, porting from the f28p65x should be relatively simple, however, particularly considering the project utilizes SysConfig. Make sure to also replace the generic device-specific files and correct the project properties (build variables, sysconfig options, pre-defined symbols) as well as altering the SysConfig file.

    Regards,
    Jason Osborn

  • Hello Jason,

    thanks for reaching out! That's unfortunate, but I'll try and convert the example myself then.