User Activity

Hi There,I am working on Mass Storage Class Host implementation using Stm32F105RB controller. I have designed a custom board. I am facing a issue. After connecting USB drive, enumerate operation fails (Function USBH_Get_DevDesc call always fail). I ...
Hello There,I am implementing USB Mass storage host on STM32f407ve board. The board which I am users is STM32F4 Blackboard Image and schematics attached. Appli_state always remains Idle. I tried removed resister 21 but still not able to create file i...
Can I transfer buffer generated HAL_DCMI_Start_DMA through UART interface. I am using STM32f4 discovery board. My UART stop working after HAL_DCMI_Start_DMA call. My main function is attached. int main(void){ /* USER CODE BEGIN 1 */ OV9655_IDTypeDef ...
Hello There,I am trying to connect OV9655 camera (WaveShare) module with STm32f4 discovery board. After generating files from CubeMX and importing ov9655 drivers (ov9655.h & ov9655.c) I am able to get HAL_DCMI_LineEventCallback and HAL_DCMI_VsyncEven...