User Activity

STM32CubeMX v6.1.0, H7 lib v 1.8.0is generating code where main() calls MX_USB_DEVICE_Init();, but MX_USB_DEVICE_Init does not seem to be defined anywhere.int main(void) { ...   /* Initialize all configured peripherals */ MX_GPIO_Init(); ... MX...
The 2 instances where hfdcan->Instance->TXBAR is written in stm32h7xx_hal_fdcan.c (as means of activating a TX reqeust for a given CANFD packet) use a direct value assignment to the register:hfdcan->Instance->TXBAR = BufferIndex;hfdcan->Instance->TXB...
CubeMx 5.6.1, STMH7 SW v 1.7.0:Symptoms: measurements from ADC1/2/3 makes no sense, they are usually very close to full scale or at full scale.After much onion peeling, it turns out the VREF is not getting enabled.The CubeMX generated code does try t...
One can use STMCubeMx to configure the hrtim in capture mode based on 2 events. In my case, I'm using TIMER_A capturing event 1 & 6 and timer_B capturing events 2 and 7.I can see the generated code's MX_HRTIM_Init() configuring everything correctly, ...
I would like more information regarding errata 2.2.18 for STM32H750VB Silicon Rev V, from document DM00399555, which reads:"When a DAC output is connected only to an on-chip peripheral, the corresponding GPIO is expected to be available as an output ...
Kudos from