User Activity

I am trying to upload the code to my target STM32F407 but below error is showing up. I tried some of suggestions but problem is still there. I am using Version: 1.15.1.   Debug log file also attached. 1) Doing Mass Erase of flash,2) Updating ST Link ...
STM32F4 is working in USB Device MSC mode successfully.I need to detect the USB connection state. I put the HAL_PCD_ConnectCallback function in main.c but on compiling I received warning.Debug/../USB_DEVICE/Target/usbd_conf.c:307: multiple definition...
I am using STM32F4 MCU in USB device MSC mode with data stored on SD card. I have also standard 16X2 LCD & Membrane keypad connected to MCU I want to make interface where once USB device is connected to laptop, the data is showed on laptop after ente...
HelloMCU has SD card & USB in MSC Device mode. I am storing data on SD card in csv fatfs format. The data from SD card can be read on computer by making connecting with USB. Now I want to encrypt the data so only my GUI application software on comput...
I am running USB in Mass Storage host mode. On connecting the device, USB FLASH stick, it takes around 20 seconds to change the Appli_Sate from APPLICATION_START to APPLICATION_READY in usb_host.c file. It is normal ? Can the time be reduced ?   Than...