Hello,
I am using SafeTI 2.3.1 on RM41L232 controller to realize our system.
From safety manual, We know that when error happens, [IOM3],[VIM1] and [ADC4] safety features will send signal to ESM,
individually corresponding to [Group1 Channel 37], [Group1 Channel 15] and [Group1 Channel 19].
But in sl.esm.c of SafeTI, we found that in the function esmGroup1Handler there weren't the revelant processings about the above three error flags.
so that in our application we could not do any process in error callback function.
Is it necessary that we ourselves add the revelant process about the above three error flag into Sl_esm.c?
or these errors handlings are in other files? Please confirm and thanks first.