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

  • In the Resources section download the example package, then unzip it and enter the 1.54inch_e-Paper_E directory to see the following contents:
  • Use Keil to open epd-demo.uvprojx in the 1.54inch_e-Paper_E/STM32-F103ZET6/MDK-ARM.
  • 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.