Customized Nucleo board with changed MCU
Hello,
I'd like to customize one of the current available demoboard (NUCLEO-G071RB) changing the MCU with a compatible one which I have purchased (STM32G0B0RET6).
I've mounted this pin-to-pin compatible MCU (according to CUBEMX) on the aforementioned NUCLEO board.
I'd like to try and get running one of the TouchGFX examples that work with the additional display board X-NUCLEO-GFX01M2.
I tried to change the MCU from STM32G071RB to STM32G0B0RET6 and "Generate code" again but I couldn't manage to get the project running yet. I've seen that basically all the peripherals are the same with the exception of TIM2 which should be changed to another timer (ex. TIM3).
Is this the correct procedure? If not, what's the correct procedure that should be followed?
Thank you.