Skip to main content
Explorer
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.

    This topic has been closed for replies.

    1 reply

    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

     

    112233Author
    Explorer
    March 22, 2024

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