Basic introduction of stm32RCT6 core board

Basic introduction of stm32RCT6 core board1.Preliminary understanding of STM322.Introduction to STM32F103RCT6 of this product2.1 STM32F103RCT6 AND STM32F103C8T6 compare2.2 Features of this product2.3 ISP Method of Write2.4 SWD Method of Write3.STM32F103RCT6 Physical picture:4.STM32F103RCT6 Basic peripherals

1.Preliminary understanding of STM32

STM32 is: Cortex-M is used as the core and packaged together with some peripherals to become a popular 32-bit embedded processor. STM32F1, namely M3 core, is used in development. Cortex-M3 adopts ARMv7-M architecture. The ARM architecture was designed by the UK ARM company.

So what is the connection between Italian and French semiconductors, ARM and merchants? ARM company has proposed an architecture, and Italian French Semiconductor has designed STM32 chip through the architecture provided by ARM, and these businesses have purchased STM32 chip of Italian French Semiconductor to carry out independent secondary development, and connected with some peripherals to make STM32 development board and single chip products we have.

2.Introduction to STM32F103RCT6 of this product

2.1 STM32F103RCT6 AND STM32F103C8T6 compare

Both are STM32 chips, but RCT6 has much more pin and flash capacity than C8T6.

2.2 Features of this product

  1. With a 160 * 80 TFT color screen, it is convenient to debug and realize the function of independent thinking.
  2. The RGB light with seven colors can display some module exception information in different colors.
  3. With an 8M external flash, it can store more information for external expansion.
  4. With a 6-axis IMU, it can detect the angular velocity and linear velocity of the board in real time.
  5. There are two ways to download the program: ISP mode and SWD mode. ISP mode can be downloaded only by connecting the USB and typec data cable. The biggest advantage of SWD mode over ISP mode is that it can be debugged online.
  6. Lead out all pins for DIY

2.3 ISP Method of Write

image-2023022700003

2.4 SWD Method of Write

Refer to this tutorial:https://zhuanlan.zhihu.com/p/342582220

3.STM32F103RCT6 Physical picture:

image-2023022700001 image-2023022700002

4.STM32F103RCT6 Basic peripherals

Basic peripheralsNumberexplain
I2C2NONE
I2S2NONE
SPI2NONE
CAN1NONE
UART2NONE
USB1The outgoing pins need to be connected by themselves
SDIO1The outgoing pins need to be connected by themselves
TIMER816-bit timer (2 basic, 4 general, 2 advanced)
DMA212 channels in total
PWM30One general timer can generate 4 PWM, and one advanced timer can generate 7 PWM, that is, 16+14=30
DAC212-bit resolution
ADC312-bit resolution (Each has 16 channels)
Base GPIO51NONE