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.