User Activity

I am following this video link showing step by step to create OTA app.https://www.youtube.com/watch?v=mRzZOa3jmuM.I am successfully to create the custom application, download the OTA loader app at 0x08000000, and the custom's app at 0x08007000. The ...
I am using STM32F722ZE MCU. I am successfully implemented micro SD FATFS USB Full Speed MSC.The problem is every time I plug the board to PC, it took so long, up to 40 seconds, for the USB enumeration to be completed.Can anyone help me to point out ...
I am using STMCubeIDE version 1.7.0 and I saw the generate code for the initializationhas different orders when I configured my ADC with DMASometime the code was generate with ADC init before the DMA init MX_ADC1_Init(); MX_ADC3_Init(); MX_DMA_Init()...
Would anyone knows why the STM32F7xxin stm32f7xx_hal_i2c.h structure I2C_HandleTypeDef doesn't have __IO uint32_t       Devaddress;   /*!< I2C Target device address        */ __IO uint32_t       Memaddress;   /*!< I2C Target memory address        */ ...
I would like to understand more the purposes of these half completed callbacks. Are they for monitoring or catch up filling up buffers purpose.