User Activity

Hello ST team,I use STM32CubeF4 1.25.0in SystemInit_ExtMemCtl() of system_stm32f4xx.ctmpreg is not initialized between each while loop, so tmpreg is 0 and the FMC_Bank status is not read tmpreg = 0xFFFF; << is missing while((tmpreg != 0) && (timeout-...
Hello ST team,my platform: STM32f429I use ADC with DMA in double buffer mode.The ADC_ConvCallback is only called when the Memory0 is filled. There is no Callback called when the memory1 is filled.This due to the hdma->XferM1CpltCallback which is NULL...
Posted on April 09, 2018 at 17:01Dear ST team,from STM32Cube F4 V1.21.0in the stm32f4xxhal_sd.c there are some#ifdef SDIO_STA_STBITER    __HAL_SD_ENABLE_IT(hsd, (SDIO_IT_DCRCFAIL | SDIO_IT_DTIMEOUT | SDIO_IT_TXUNDERR | SDIO_IT_STBITERR));    #else /...
Posted on February 09, 2018 at 14:52STM32F4xx HAL drivers V1.7.3 / 22-December-2017I get some data by HAL_I2C_Master_Receive_DMA() and HAL_I2C_Mem_Read_DMA()I found that a wrong Slave address could be sent when using the HAL_I2C_Mem_Read_DMA() due t...
Posted on November 17, 2017 at 09:17Hello all,I want to move our STM32F429 from a BGA169 package to a LQFP100 package. A few pins need to be remapped. so I would like to know the package in run time.in the STM32F429xx.h there is a definition for a P...