Possibly incorrect pinout in STM32CubeIDE for the STM32H7S7I8Tx
Hi there,
I was working on a project that uses the STM32H7S7I8T6 and was a bit confused when I saw the pinout that is given in the IOC graphical editor or whatever it is called exactly. It seems like the pinout for the LQFP176 GFx was used instead of the non-GFx version. For example if we look at the bottom right-hand corner then we see some big differences between the packages:

Specifically on the right side we see a bunch of power domain pins on the GFx version, but those aren't there on the non-GFx version:

Now if we look at the online CAD model that ST provides, we see that the pin numbers and names match up with the non-GFx version:

Now if we look at the pinmap for the H7S7I8Tx in the CubeIDE then we see that it supposedly uses the GFx pinout, which I think is incorrect:

Of course this doesn't make a difference when programming the microcontroller, but it is a confusing to say the least.
Is this something I did wrong in the CubeIDE, or is this an actual incorrect pinmap?
