Skip to main content
AArt.1
Associate II
March 26, 2020
Question

UART4 and SDIO in STM32F103RCT6

  • March 26, 2020
  • 2 replies
  • 3615 views

Fix the stm cube, as these features do not work at the same time.

I lost a lot of time and money while I figured it out

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
March 26, 2020

Probably a good reason not to use 13-year old parts in a new design..

The peripheral/pin muxing method lasted one design iteration.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
berendi
Principal
March 26, 2020

It could be still worthwhile to display a warning in the CubeMX pin editor, instead of subtly punishing developers who do not turn to the errata reflexively.

While we might sometimes think that an ignorant developer deserves it, punishing does not make much sense from a business standpoint :)

Amel NASRI
ST Technical Moderator
March 27, 2020

Hi @berendi​ ,

Your proposal is shared with our STM32CubeMX team.

-Amel

To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
AArt.1
AArt.1Author
Associate II
March 27, 2020

I think, I will use DeInit SDIO to use UART, if i need data from sd card, will be init SDIO again

MShao.1
Associate III
May 26, 2021

Excuse me, have you solved it? I have this problem, too.