User Activity

I am using an STM32H743ZI processor and I am confused by an ambiguity in the manual (RM0433). On page 152, the lower table shows two banks of System Flash, bank 1 is 0x1FF00000-0x1FF1FFFF and bank 2 is 0x1FF40000-0x1FF5FFFF. Only bank 1 is marked as ...
I am using a Nucleo H743ZI2 with the CubeIDE and while it does generate code to initialize the SPI peripheral itself, it does not generate code to configure GPIO pins as the SPI alternate function. This is despite the fact that the GPIO pins for SPI ...