Bootloader code for safety device
Hi ST,
We are making product targeting SIL3 safety by using STL library.
So, I have few doubts :-
1. Is it recommended to have a bootloader in a safety grade product?
2. If Yes, then how can I proceed?
3. In normal way bootloader code should be written or with all safety handling as recommended for SIl 3 application?
4. And If I start writing as normal bootloader then as I use
Flash_Write_Data(ADDR_FLASH_PAGE_63, (uint32_t*)&cardConfigArray_write, 2);. Then STL flash fail error comes even this code is in condition not at all executed.I am using this to jump into bootloader by raising a flag method.
5. Any other point should I keep in mind while writing this bootloader?
