Question
Switching from STM32H743ZIT (2MB) to STM32H743ZGT (1MB)
We need to start building with the 1MB STM32H743ZGT while all the development has been done for the 2MB STM32H743ZIT. As far as I can tell I cannot change the micro in the .iot file for file generation even though the pin assignments and peripherals seem to exactly the same.
Do I have to create a new .ioc file (and new project), re-setup all the pin assignments and peripheral settings, and import in all the existing source files or is there a simpler way to do this and still use the .ioc file for code generation?
