Closed hanneskiene closed 3 years ago
Hi @hanneskiene,
Thank you for this contribution. The issue you pointed out has been confirmed by our development teams. I will get back to you as soon as they provide feedback about the fix to be implemented. Thank you once more.
With regards,
ST Internal Reference: 91816
Describe the set-up
Describe the bug The bug is in the low level driver for the HRTIM peripheral. Setting the Fault Source Register using LL_HRTIM_FLT_SetSrc(...) uses a wrong mask value to modify the contents of the second fault source register. This results in previous settings to be overridden in the upper half of the register. Please see file stm32g4xx_ll_hrtim.h, Line 9658 (or the previous mask generation statement).
How To Reproduce
A patch would include a corrected Mask value for the second Fault Source Register.