User Activity

Custom board, STM32H747 device, Simple PWM Using the code generated by MX, and adding a call to HAL_HRTIM_SimplePWMStart, I can generate a nice simple PWM output signal. If I change the initial values for period/pulse, rebuild, and program to the dev...
I have a a few questions. #1 - Can the STM32H747XI on the STM32H747I-DISCO board be put into a DFU mode?#2 - I have a test app where after it is booted, you can push the WAKE button on the board. The handler for that will then set a magic pattern int...
I'm using an STM32H747XI Discovery board for testing. I seem to have the opposite problem of everyone else, my DTCM value is NOT clearing upon losing power. I have the following in my LD script:  MEMORY { ... /* Put NOINIT at the top of the DTCM bloc...