User Activity

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 ...
to use the canbus Pins from the systembootloader of stm32f429ZI PB13 needs to be disconected from VBUS_FDThere is no jumper or 0R, the pcb pad needs to be physically cut. 
This is my setup, STLINKV3+CubeProgrammer (trough CAN) accesing Systembootloader of stm32f405RGIt doesnt work.Ive tried no Canbus transceiver , digital connection with the onboard diodes from STLINK expansion (blue pcb) and everything works fine. May...
If Systembootloader Doesnt detect anything comming from any peripheral, does it timeout and jump to 0x8000000?Because by reading AN3154 , it looks like it does, but when im trying with my stm32f405RE it doesn this is my code:  int main(void) { /* ...