make porting between different cpu when the pinout is not the same
hello,
is't possible to make porting between different cpu using cubeMX ( and using the import option) when the pinout are not compatible?
i'm interesting to porting project that running on stm32h743(BGA package with 176 pinout) to stm32743ZIT ( LQFP package with 144 pin)
the main relevant difference is that in the cpu with 176 pins, there is another port, Port H .
therefore, the cpu's are not pin compatible.
i use the use cubemx (version 6.0.0 ) and using import option .
and of course that nothing map to Port H .
but while i generate code , i pay attention that in the init_gpio file, there is a code that try to configure Port H which is not exist in stm32743ZIT ( LQFP package with 144 pin)
so, what is wrong?
and how to fix it?
regards.