Skip to main content
PColl.1
Associate
August 13, 2021
Question

Looking for STM32F103X STM32F103RCT6 Microcontroller Development Board specific documentation (board schematic, installing the bootloader (if even necessary), programming instructions for the board).

  • August 13, 2021
  • 9 replies
  • 1903 views

Scoured the internet for past few days and found lots of general STM32 information but nothing for this specific development board . Any help would be appreciated.

This topic has been closed for replies.

9 replies

TDK
August 13, 2021

Can you provide a link to the specific development board?

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

That's a knockoff board with a very likely counterfeit/gray market chip on it. The documentation won't be as good as if it were an ST board. The product page says schematics are available, I would contact the seller and ask.

I don't see it on the list of boards here:

https://stm32-base.org/boards/

But it's very similar to this one, and you can probably use the same instructions:

https://stm32-base.org/boards/STM32F103RCT6-STM32F103RCT6_V1.0.html

https://stm32-base.org/guides/getting-started

"If you feel a post has answered your question, please click ""Accept as Solution""."
PColl.1
PColl.1Author
Associate
August 13, 2021
Thanks for the quick response.
Tesla DeLorean
Guru
August 13, 2021

Most of the pins are identified. Shouldn't be hard to identify buttons, etc.

LED's probably just use a multi-meter in continuity, or look at the tracks.

8 MHz and 32.768 KHz crystals have specific/known pins

Wakeup should be PA0

System Loader in ROM, BOOT0 / BOOT1 (BT0/BT1) pins will control these like any other STM32

Take some very high-resolution, in-focus, photography of the front and back side.

Any way, should be fairly generic, and not rocket science..

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
PColl.1
PColl.1Author
Associate
August 18, 2021

Thanks for the tips, T.D. Will continue to research. I'm new to this and cannot fathom why someone would spend time/money to develop, manufacture, and distribute a new board without documentation. One of life's mysteries?

Tesla DeLorean
Guru
August 18, 2021

I'm not sure it's that much of a mystery, these type of generic boards are very prolific on Taobao and places like that. All pretty basic, all copying same basic design. The F1 has relatively limited pin usage options, boards are cheap and not complex, so not expecting 6 or 8 layer implementations. This part of the world doesn't have a long-term support plan, its about building things with parts you have today, and moving on to the next thing.

STM32 Duino, and places like that used to catalogue boards and pin mappings. I many case I've seen people create schematics for boards they find which are better than the ones the vendor knocked out.

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