2025-02-22 07:34 AM
As far as I can tell from the datasheet for the STM32H753VIH, as well as the part selector in CubeMX, the device should have an OctoSPI peripheral.
However, when I create a project with the device and go to the connectivity tab, I don't see the OctoSPI peripheral listed like I do in other parts.
Is this an issue with CubeMX or does this part not actually have an OctoSPI peripheral in this package?
The package is the 100 pin TFBGA with 0.8 mm pitch.
Thanks
Solved! Go to Solution.
2025-02-22 07:43 AM
> STM32H753VIH
That has a QUADSPI but not OSPI that I can see.
CubeMX seems to agree.
Where in the datasheet or CubeMX do you see that it has an OCTOSPI?
2025-02-22 07:43 AM
> STM32H753VIH
That has a QUADSPI but not OSPI that I can see.
CubeMX seems to agree.
Where in the datasheet or CubeMX do you see that it has an OCTOSPI?
2025-02-22 08:37 AM
Thanks for finding that, when I looked in the datasheet I had a few open and looked in the wrong one.
However, there might still be a bug in CubeMX. I did another search through CubeMX, and sure enough that part is showing up. Maybe the OctoSPI checkbox filter is not enough and you actually need to set the OctoSPI quantity instead. If that is the case, then maybe the checkbox is bugged.