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.

Porting SafeTI API for TMS570LS1115 processor

Other Parts Discussed in Thread: TMS570LS1115

Hello,

I want to integrate the SafeTI library to TMS570LS1115 processor. I have noticed that the library internally uses

#if defined(_TMS570LS31x_) || defined(_TMS570LS12x_) || defined(_RM48x_) || defined(_RM46x_)

type #defines which implies that the TMS570LS1115 is not supported by default.

Currently, I define _TMS570LS12x_ in my project and run the SafeTI library. But this is bad practice.

I noticed that if I define _TMS570LS12x_, functions such as SL_SelfTest_CAN and SL_SelfTest_MibSPI are not available.

Please let me know the proper way to do this.

Thank you.