User Activity

Hi, I used to write bytes at 0 in flash bytes that are erased (0xFF) but this is no more possible in the flash of the STM32U585 because of ECC that protects 16 bytes chunks I suppose.However now I have an 8K sector programmed with some data except f...
I configured timer1 for pwm generation center aligned like below in cube ide.I update duty cycle writing directly CCRx register asyncronously in the code.Most of the time pulses are effectively center aligned but sometimes not (nor left or right ali...