Skip to content

Is the STM32F427VIT6 supported #1455

Closed Answered by ABOSTM
natyshemer asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @natyshemer ,
You may face issue with pinout which are different for both MCU mentioned. You can see the difference by comparing their respective PeripheralPins.c:
https://github.com/stm32duino/Arduino_Core_STM32/blob/master/variants/STM32F4xx/F427V(G-I)T_F429V(E-G-I)T_F437V(G-I)T_F439V(G-I)T/PeripheralPins.c
https://github.com/stm32duino/Arduino_Core_STM32/blob/master/variants/STM32F4xx/F427Z(G-I)T_F429ZET_F429Z(G-I)(T-Y)_F437Z(G-I)T_F439Z(G-I)(T-Y)/PeripheralPins.c

Some pins/alternate functions are available on STM32F427ZG, but not present on STM32F427VIT6.
And as you said there is also Flash which is double size on STM32F427VIT6 compare to STM32F427ZG.
So that should work to if you …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@natyshemer
Comment options

Answer selected by fpistm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants