Part Number: SAFETI_DIAG_LIB Tool/software: Hello,
Trying to perform FLASH_ECC_TEST_MODE_2BIT at startup before calling my application, the test is failing. (return ST_FAIL).
I saw the thread : SAFETI_DIAG_LIB: FLASH_ECC_TEST_MODE_2BIT periodic testing…
Hi Julian,
The svc handler should be defined by customer. You can add your handler to void _excpt_vec_svc() in exception_handlers.c
The svc handler in misc.asm is an example.
Part Number: SAFETI_DIAG_LIB Other Parts Discussed in Thread: HALCOGEN 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…
Hi Julian,
My sincere apologies for the delayed response, i was off for some days.
Julian Quindt said: Why is _SL_HoldNClear_nError used unconditionally? Shouldn´t there be a check if the occurrence was on purpose and only then clear nError?
In…
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…
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…
Part Number: SAFETI_DIAG_LIB Other Parts Discussed in Thread: RM48L540 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…
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…
Part Number: SAFETI_DIAG_LIB I have added safe ti files manually In application.
could you provide me below files.
1) Safety Analysis Report Summary for RM48x ARM®-Based Safety Critical Microcontrollers (SPNU522)
2) Detailed Safety Analysis Report…
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…