cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U575 - available pins for SPI / QSPI

HA2375-
Associate

 Hi @Issamos  

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)

  • QSPI_CLK → PB2
  • QSPI_NCS → PB6
  • QSPI_IO0 → PD11
  • QSPI_IO1 → PD12
  • QSPI_IO2 → PE2
  • QSPI_IO3 → PE3


  • Pls suggest the pins details 



1 ACCEPTED SOLUTION

Accepted Solutions

Hello @HA2375- 

here is a choice for two SPI interfaces and an octospi set for QUADSPI. you can use the pins on the screenshot:

Issamos_0-1762944888113.png

Best Regards.

II

View solution in original post

8 REPLIES 8
Issamos
Lead II

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

@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.

Issamos
Lead II

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

 @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.

 

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

@Issamos  we are searched and can not find the proper pins ,Pls suggest the pins and ports .
thanks.

Hello @HA2375- 

here is a choice for two SPI interfaces and an octospi set for QUADSPI. you can use the pins on the screenshot:

Issamos_0-1762944888113.png

Best Regards.

II

much Thanks @Issamos