User Activity

Dear,We would on the STM32H7B0RBTx connecting 2 external QSPI RAM of APS6404L-3SQN-SN.Therefore we will use the 2 QSPI RAM chips in Multiplex mode, but we have only 1 NCS pin that we can configure.When we look in the application note AN5050 on page 2...
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
Kudos from