Safety Critical Application
Hi everyone,
We are developing safety device which need to go in a fail safe mode in any kind of failure to achieve SIL2 or SIL3 level of safety. And we want achieve UL certification.
And we are using STM32G0B1CBTx MCU. And for writing code I am referring STM32G0 Series safety manual (UM2455). There are huge number of safety instructions are given.
And I am using STL library for diagnostic. So, do I need to implement all the safety instructions in my code or Just STL library only?
Safety instructions like:-
CPU_SM_0:- Periodical software test addressing permanent faults in Arm® Cortex® M0+ CPU core
and so on for CPU, RAM, Flash and for all peripherals like timer, uart etc
So, basically what are things I need to take care for UL certification?
