User Activity

Imagine my susprise when i discovered ST actually offers a DAB "software" for their 25KW evaluation board using stm32G474RE. And i go to ST's website.And the only downloadables are binary files and a lazy one page .pdf Am i missign something here? wh...
After a day of debugging, apparently HRTIM has minimum CR values, this means im not able to trigger any CR event close to the 0% of my scale, in my case this translates to a discontinuity in the lower end of my phase shift control. Is there any way a...
Im building some phase shifting control sensing for a Dual Active Bridge.Im using TIMA and TIMD (shown in pictures) in retrigerable single mode, both signals are triggered by sepparate CR from the master timer. https://community.st.com/t5/stm32-mcus-...
Trying to make a phase shift PWM for a DAB converter, i managed to do this exact functionality with normal TIM1 (Asynchronous mode), but im very very lost with HRTIM. I am able to produce complementary PWM signals for TIMA1 and TIMA2, and TIMB1 TIMB2...
Using stm32G474RE nucleo board and following this guide, i know my way around old "advanced" Timers from stm, im just getting started with HRTIMChanging PER register has effect in the PWM frecuency, but changing CMP1 doesnt do anything :(Im not able ...