Porting USB VCP example for STM32F407 to STM32F405
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-10 12:47 PM
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'
- Labels:
-
STM32F4 Series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-10 2:13 PM
'F405 and 'F407 are 100% identical. The only difference is, that the ETH module in 'F405 is unavailable (it's there on the chip, as the chip is identical, but it's either disabled by some fuse, or maybe not even that, just untested and not guaranteed to work).
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-11 11:29 AM
