1
\$\begingroup\$

I have to do a project which will be based on STM32F405VG (100 Pin) but I don't have that MCU at the moment. Instead I have STM32F4-Discovery board which has STM32F407VG (100 Pin) on board. All the specs of both MCUs are same, as shown below including pin numbers, clock, flash, RAM etc except that the 'F407 has 2 additional peripheral interfaces namely Camera and Ethernet.

If I do all my development using the 'F4 Discovery board but select the 'F405 MCU in the CubeMX project creation and flash this code in the 'F407 MCU on the Discovery board .. do all the testing and later when I will get the 'F405 custom board then will I be able to use this code for 'F405 exactly as it is tested on the 'F407 MCU?

enter image description here

asked Feb 23, 2019 at 4:39
\$\endgroup\$

1 Answer 1

5
\$\begingroup\$

The STM32F407 is a strict superset of the STM32F405. (Indeed, they share a single datasheet.) As long as you're working with the same package and flash size, code that runs on the '405 will work identically on the '407.

answered Feb 23, 2019 at 5:26
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.