Replies: 3 comments 1 reply
-
Hi @ITstreet1 This is the bootloader which will be in charge to properly init the Serial port. See the pattern 1 to properly enter in BL mode: |
Beta Was this translation helpful? Give feedback.
-
Hi @fpistm The idea is to make a design with an STM32 and an Ethernet. And to be able to program it using Arduino IDE, but also with the Necto Studio. MikroElektronika has a working SiBrain design for a similar MCU. This is what I have come up with so far. If you have a minute or two to take a look at this one, with be nice. |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
I need a word or two about this MCU.
What USART pins should I use to upload a sketch over a serial adapter? Usually, these are PA9 and PA10. But, according to the variants:
https://github.com/stm32duino/Arduino_Core_STM32/blob/main/variants/STM32F4xx/F407V(E-G)T_F417V(E-G)T/variant_generic.h
It should be PA0 and PA1. Or I am wrong...
This is the schematic I have done so far:
Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions