STM32F407 USB MSC example code
I am looking at running USB Host software on the STM32F407VG device, probably using the STM32F407G-DISC1 eval board but haven't ordered it yet.
I downloaded the STM32_USB-Host-Device_Lib_V2.2.0 example code from the link on the device web page.
I built the HOST MSC example, for IAR EWARM, and it built with no issues. However I noticed that it was configured for the the F107 and not the F407 that I want.
This is as far as I have got so before I go any further can I check that this will build for the F407.
Do I just change the CPU target in the project options or do I need to change anything else?
#usb-msc #example-code #stm32-f4