Skip to main content
Associate II
March 22, 2024
Question

STM32F103C8T6 enables SPI1, but does not use MISO pin (PA6), can this pin reuse other functions? For

  • March 22, 2024
  • 1 reply
  • 1621 views

STM32F103C8T6 enables SPI1, but does not use MISO pin (PA6), can this pin reuse other functions? For example, timer function.

1 reply

STTwo-32
Technical Moderator
March 22, 2024

Hello @112233 

If you are using the SPI1 without MISO (PA6) (in Half-Duplex Master), you can configure the PA6 on any of the modes mentioned on the screenshot:

STTwo32_0-1711103101926.png

Best regards.

STTwo-32

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
112233Author
Associate II
March 22, 2024

The PWM output of the timer channel is reused. After SPI is enabled, the PWM output is not displayed.