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…
Hi Julian,
Julian Quindt said: I would prefer a delay like LTC6994-1 configured e.g. to 1ms. That way pulses shorter than 1ms will be ignored.
Yes, it is a way to filter out the nError pulse generated by self-test. An ERROR pin reset request should be issued…
Part Number: SAFETI_DIAG_LIB Dear,
we are following a TI sample for our CAN bootloader. We now want to integrate the application with the SafeTI library.
Integrating the SafeTI library with the application target that does not use a bootloader is straightforward…
Pankaj Verma said: <---- value is 55C but in demo code it was 370 Is it fine?
The size is 0x55C --> 0x534 + 0x8 + 0x8 + 0x8 + 0x8 + 0x8
Pankaj Verma said: Can you please is it fine or not.
It is fine.