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.

RM48L952: SafeTI Lib when TPS is not being used

Part Number: RM48L952
Other Parts Discussed in Thread: RM48L950,

Hello,

I am integrating the SafeTI libraries to our application on our proprietary PCB that utilizes the RM48x MCU. We do not use the TPS power monitor chip and I think that v2.4.0 examples expect you to be using this. As such I get errors during compile as I have not included the TPS libraries in my application. Can you confirm that TPS is expected by the v2.4.0 demo application? Any guidance on or example on integrating SafeTi without TPS would be appreciated.

Thanks

Jamie

  • Hello Jamie,

    You don't have to include the TPS library. The example project "RM48L950_NoOS" doesn't have TPS driver included. I compiled this project without any problem.

  • Thanks QJ,

    I'l work from that example. We are using the RM48L952 target but I understand that the SafeTi usage is going to be the same across the variants. I can see now that the RM48L950_NoOS example is excluding interface_support.c from the demo_app which in turn removes the need for build_Config.h thus resolving the compilation error I was having.