Skip to main content
MDeva.1
Associate III
June 21, 2021
Question

Nucleo-h745ziq spi 1 and spi 3 MOSI pin mapping issue.

  • June 21, 2021
  • 1 reply
  • 808 views

Hello ,

I am using NUCLEO-H745ziq board. I am trying to loopbacking. SPI1 and SPI3 i am using. SPI1 as full duplex slave and SPI3 as full duplex master.Both operating on 25MHZ.

But i have issue with is MOSI pin.Because PB5 is assigned to both. But when I tried to use another alternate pins for I did not get ouput. So which pin I have to use for MOSI.0693W00000BbUhNQAV.png0693W00000BbUhcQAF.png

This topic has been closed for replies.

1 reply

TDK
June 21, 2021

The datasheet and STM32CubeMX will list possible pins for a given function.

In this case, PB2, PC12, PD6, and PB5 can be chosen for SPI3_MOSI. Choose one that isn't being used for anything else and is available on your device.

"If you feel a post has answered your question, please click ""Accept as Solution""."