Porting Project to Pin Compatible MCU in STM32CubeIDE
I am currently working on a motor controller project with the STM32G473RE.
I am trying to get more prototype boards made but the STM32G473RE is not in stock anywhere with long lead time
I see that the STM32G474RC has plenty of stock in multiple locations and I want to port my project from the STM32G473RE to the STM32G474RC.
The MCUs are entirely pin-to-pin compatible, the only difference being the STM32G474RC having half as much flash memory (which I am fine with and in fact prefer the lower cost) and the HR Timer (unused).
How would I go about doing this in an effective manner?
Thank you.
