Question
Porting USB VCP example for STM32F407 to STM32F405
I found an example of a a USB VCP in the "STM32F105xx, STM32F107xx, STM32F2xx and STM32F4xx USB
On-The-Go host and device library". In the relevant README it says to select "STM324xG-EVAL_USBD-FS: to configure the project for STM32F407xx devices and use USB OTG FS peripheral".
Things like an LCD or LEDs I will throw out, but what should I look out for?
- My device is a vanilla STM32F405 clocked with 8 MHz
- What about the pin out? Are they compatible?
- Most important: Are the internal peripherals on both devices at the same addresses?
- What did I overlook?
Any advice would be highly appreciated
M'
