2024-03-22 03:04 AM
STM32F103C8T6 enables SPI1, but does not use MISO pin (PA6), can this pin reuse other functions? For example, timer function.
2024-03-22 03:25 AM
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:
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.
2024-03-22 03:30 AM
The PWM output of the timer channel is reused. After SPI is enabled, the PWM output is not displayed.
2024-03-22 03:47 AM
Hello,How to configure CR register?
2024-03-22 04:11 AM
What I suggest you is to generate your project using CubeMX (peripherals and pinout initialization and configurations). Then, do the codding part.
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.
2024-03-25 03:55 AM
It still doesn't work. Is it a BUG inside the chip?