User Activity

I am using an STM32H742 MCU and have a timer with an output connected to the output compare function. The timer is triggered from another timer and set to One Pulse Mode. Basically I want the output to go high and stay high once the compare value is ...
I am using a STM32H7 micro in an application where I need to assert a signal at a time that I determine in software. I am using the output compare from a timer for this signal and setting the CCR register to the time I want the output to be asserted....
I am using an STM32H745 and trying to get the ADC to run at 3.333 MSPS. Currently I am prototyping on a Nucleo-144 development board which has a LQFP144 package MCU on it. While according to the datasheet (page 185), I should be able to run an ADC at...
I am prototyping some code on a Nucleo-144 board with a STM32H745 on it. I had a project that was working at a slow speed using the HAL driver for everything, but when I tried to run it faster, it could not keep up. So I decided to pursue using the L...
It looks like a simple refactor bug. The ethernet_link_check_state function includes the line: struct netif *netif = (struct netif *) argument;but argument does not exist and netif is the name of the function argument. I assume a previous version had...
Kudos from