Cannot find STM32F413VGT6 #2075
-
I cannot find STM32F413VGT6 variant in the board part# list. The Generic F413 does not list VGTx variant. |
Beta Was this translation helpful? Give feedback.
Answered by
fpistm
Jul 20, 2023
Replies: 1 comment
-
Hi @basit-eSpark Feel free to add it and submit a PR. Any contributions are welcome 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
basit-eSpark
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @basit-eSpark
not all the mcu have been declared.
All generic files are present https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32F4xx/F413V(G-H)T_F423VHT
but it still required to declare it and add linker script as described here:
https://github.com/stm32duino/Arduino_Core_STM32/wiki/Add-a-new-variant-%28board%29
Feel free to add it and submit a PR. Any contributions are welcome 😉