User Activity

Hi,I use the nucleo board "Nucleo-H743ZI2 and STMCube.See attached file for setup. (Actual DCACHE option disabled)I call the ADC as follow.ALIGN_32BYTES( uint32_t Buffer[11]);   if (HAL_ADC_Start_DMA(&hadc3, (uint32_t*)Buffer, 11) == HAL_OK) { }  Th...
Dear,We using the STM32L071 and timer 2We will using a timer where the timer output is connected a relay. (watchdog functionality) The timer prescaler is set to a time of 2 sec. The output should be high when the timer counter is lower than the comp...
The I2C4 on the STM32G474QE (128 pins) don't works .There is a delay between the clock signals on the I2C busThe i2C bus was configured for 400Khz.Has anyone an ide why we have this delays between the clock?When we execute the same code on a nucleo-...
CubeMX version 5.5 is used.CubeMX generate 2 times the same include 'stm32F4xx_hal.h' in main.h
i had used used cubemx 5.5 and in 'System Core' => 'SYS' configurated the 'Time Source' as TIM7 and enabled the option 'Enable Full Assert'On running the project a had an assert that fails over the Preempt Priority value for the timer (TIM7)The Preem...
Kudos from