Skip to main content

Working with STM32

Hardware Connection

Use a 9PIN cable to connect, please refer to the pin corresponding table below:

STM32 Pin Mapping

e-PaperSTM32
VCC3.3V
GNDGND
DINPA7
CLKPA5
CSPA4
DCPA2
RSTPA1
BUSYPA3
PWRPA6

Running the Program

  • Click to download the demo package, then unzip it and enter the 4.26inch_e-Paper_G directory to see the following contents:
  • Use Keil to open epd-demo.uvprojx in the 4.26inch_e-Paper_G\STM32-F103ZET6\MDK-ARM directory
  • Open the Keil compile toolbar (usually already open):
  • Click Build.
  • Ensure a suitable programmer is connected, then click Load to download the program to the microcontroller.