2025-11-12 1:51 AM - last edited on 2025-11-12 4:40 AM by Andrew Neil
Am planning to Quad SPI, which port we can use, i cannot able to find the data sheet below listed pins can use
Controller -STM32U575VIT6 (LQFP64, 10 × 10 mm)
Solved! Go to Solution.
2025-11-12 2:54 AM
Hello @HA2375-
here is a choice for two SPI interfaces and an octospi set for QUADSPI. you can use the pins on the screenshot:
Best Regards.
II
2025-11-12 2:04 AM
Hello @HA2375-
The easiest way to do that is to create a project using the STM32CubeMX V6.15.0 and selecting the STM32U575VIT6 as MCU for this project. After that, enable one of the available octo-spi interfaces (the one that you want to use) and set the mode to quad-spi. The GPIOd that you need will be set for this interface on the Graphic. You can use those Pins.
Ps: please don’t forget to select a best answer for your previous question.
Best Regards.
II
2025-11-12 2:08 AM
@Issamos yeah sure definitely.
Can You Confirm the Pins and Ports for the QUAD SPI STM32U575VIT6 (LQFP64, 10 × 10 mm)
Am bit confused and am not get much documents about this
thanks.
2025-11-12 2:19 AM
Hello @HA2375-
Those are not the correct pins. Please try the method I’ve mentioned before. It should be the easiest way.
Best Regards.
II
2025-11-12 2:20 AM
@Issamos
Below mentioned Controller part we are Going to use
STM32U575RIT6
Pls Suggest or confirm the Quad SPI and Octa spi ports list and 2 SPI Ports list.
waiting for your Replay
thanks.
2025-11-12 2:27 AM
I can confirm that this MCU have 2 OCTOSPI and 3 SPI interfaces. For the pinout, go to the table 27 of the DS13737 and check for the pins that you can use and if they are available on the LQFP64 that you have (table 26 may help) or just do some effort to open CubeMX and selecting the interfaces that you want to use. It will suggest you a configuration that you can use for your design.
Best Regards.
II
2025-11-12 2:31 AM
@Issamos we are searched and can not find the proper pins ,Pls suggest the pins and ports .
thanks.
2025-11-12 2:54 AM
Hello @HA2375-
here is a choice for two SPI interfaces and an octospi set for QUADSPI. you can use the pins on the screenshot:
Best Regards.
II
2025-11-12 4:14 AM
much Thanks @Issamos