User Activity

I wasted many, many hours because the datasheet and app notes give the wrong boot address. For those of you that need to jump to the bootloader on the H7, use the following:// Bootloader actual start of vector table is here...// No idea why the F&@# ...
In CubeIDE, when setting up ethernet, you can selectETH -> Mode -> RMIIorETH -> Mode -> RMII_PTP_SynchroIf I pick RMII, ethernet drivers get included as expected, and appear to work correctly.However, this application requires PTP, and if I change th...
I have an H7 application where I need the HRTIM master (or another timer if that is the only option) to be the prescaler for HRTIM A~E timers. How do I do this?
I need to use the HRTIM for it's 10 phase synced outputs, but at a lower speed than what pre-scale and period can cover.I have TIM1 producing the base waveform I want, and now I need HRTIM counts to be based on that, instead of the CPU clock. I found...