2023-03-01 02:07 AM
Has the HAL library of STM32 been validated by the medical system,such as IEC 62304
2023-03-01 02:14 AM
Hello @lChen.1 and welcome to ST Community,
As mentioned in this thread, some validation reports are available for the STM32Cube HAL & LL drivers. You need to get in contact with your FAE to get them as they are delivered only under a non disclosure agreement "NDA".
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-03-01 02:18 AM
My main objective was to find out if the HAL library passed IDE62304 validation
2023-03-01 04:21 AM
Hello again @AIcha.1,
I escalated your request internally, you will be contacted soon
Thank you.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-03-01 05:38 AM
Can't you run some basic static analysis tools to audit the code/library?
Do a code walk using your own rules and processes?
I'd be seriously uncomfortable using this on life safety critical spaces.
Most people who take this seriously develop their own curated code/library because ST's surely not going to indemnify you.
2023-03-05 04:56 PM
If I can point to hundreds of bugs in HAL right away with a finger without even testing, then such a software is terribly broken. The bloat, code style, architecture, development process and testing is also terrible. If it [Edit] can be validated as anything "safe" or even "fine", then it just shows how useless such a validation is!