Skip to main content
Visitor II
July 26, 2023
Question

STM32F 407 &&& 2 USB MASS STORAGE DEVICE

  • July 26, 2023
  • 1 reply
  • 677 views

Good evening guys, I have an educational project for the USB protocol on the stm23f407 discovery board I made the project on two sensors and each sensor is written to a flash drive on a separate usb_otg_host port because the stm32f407 discovery board contains 2 usb_otg_host The problem that is happening to me is that when I write on each flash, it is fine and working, but when I put the 2 flash together or in the first order, then the second, the processor hangs and stops responding Can you help, thanks a lot

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
July 26, 2023

> processor hangs and stops responding

Debug as usually. Find out what does "processor hangs" mean - e.g. a HardFault? - and then proceed as with your own code, when it "hangs".

JW