Skip to main content
Exit0815
Senior
October 11, 2023
Solved

Compatibility of different footprints of same MCU type

  • October 11, 2023
  • 1 reply
  • 899 views

Hello,

I want to change the MCU STM32F779AIY to STM32F779NIH6

I already checked the pinout in CubeMX and i can use the same config for the peripherals at the same naming of pins (PB1, PA4 and so on).

Do i need to change anything at the software if i change the MCU?

As i can see so far, the software does not detect the type of the MCU, as long as GPIO stuff is the same (which is) it will work. Am i right here?

 

Thank you.

This topic has been closed for replies.
Best answer by TDK

Correct, for this swap you won't have to change the code at all. They are effectively the same exact chip in a different package.

1 reply

TDK
TDKBest answer
October 11, 2023

Correct, for this swap you won't have to change the code at all. They are effectively the same exact chip in a different package.

"If you feel a post has answered your question, please click ""Accept as Solution""."