Part Number: TMS570LC4357-EP Other Parts Discussed in Thread: TMS570LC4357 Tool/software: hello , Dear TI Team
I downloaded and installed SafeTI Diagnostic Library 2.4.0, and then imported TMS570LC4357_NoOS project compiled and run, the program has been…
Part Number: SAFETI_DIAG_LIB Tool/software: Hello,
While integrating the SafeTI library, I have found a warning inside the function _SL_HoldNClear_nError.
The warning is #188-D pointless comparison of unsigned integer with zero.
Indeed, after checking…
Part Number: SAFETI_DIAG_LIB Tool/software: Hello,
I need to integrat the SafeTI Diagnostic library and TPS driver into my project for ESM and for PMIC control.
I have read the documents and the examples provided in the library.
Indeed, as said in the…
Part Number: SAFETI_DIAG_LIB Hi,
I am using RM48Lx40 series controller and I have integrate RM48x50 SafeTi library in my application but I have to modified command in file but still code is not working. Please check both and let me know if any update…
Part Number: SAFETI_DIAG_LIB
Dear Expert,
I have added safe ti lib RM48 safeTi_diagnose code in my application. But compiler showing below error when its link to sl_asm_api.asm file. I have added sl_config.h file also at location "../safety_library/include…
Yepp, that did it. I tried before but I found that it has to go before the R4Register init, like so:
__asm( " cps #0x13" );
SL_Init_R4Registers();
Will either leave that in the app start code or maybe move it to before the app jump in the…
Part Number: SAFETI_DIAG_LIB Dear,
I am in the process of integrating the safety library.
I was successful in getting the start code to work.Now I am proceeding to implement periodic tests as showcased in the demo app.
I have a problem with one test specifically…