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...
Hello,I have a similar problem with STM32F4Cube V1.26.0I use HAL_I2C_Mem_Read_DMA() & HAL_I2C_Mem_Write_DMA()The 1st time HAL_I2C_Mem_Write_DMA is used, it sends 2 extra bytes The next time, it sends the correct count.I think it is due to the EventCo...
Hi, I have the same problem. I am moving from System Workbench to STM32CubeIDE 1.5.1 My code files are written using the CP1252 encoding. [Restore Defaults] restore temporally in CP1252. But [Apply and Close] doesn't save correctly Changing in ISO-8...
HelloUsing the ST32429_EVAL1 board with a OV2640 sensor, I am able to send a 480*272 YUV video to VLC on my win10 computer at 5 images per second.I am not expert in USB, I used work from Gvigelet. I use USB in HS mode with ULPI; Call uint8_t USBD_U...
Posted on July 03, 2018 at 13:19Did you update the registers in stm32f4xx_hal_conf.h for the Micrel #if (0)/* For DP83848 */ #define PHY_SR ((uint16_t)0x10) /*!< PHY status register Offset */ #define PHY_LINK_STATUS ((uint16_t)0x0001) /*!< PHY Link ...
Posted on November 27, 2017 at 14:25Hello, I will use the GPIOF_OSPEEDR register to detect the package size by writing and then reading. I expect that in the LQFP100 package the GPIOF registers do not exist. Could someone confirm that if the pi...