Template: STM32 for 4.37 e-paper

From Waveshare Wiki
Jump to: navigation, search

Working With STM32

Hardware Connection

Connect to STM32
e-Paper STM32
VCC 3.3V
GND GND
DIN PA7
CLK PA5
CS PA4
DC PA2
RST PA1
BUSY PA3

Run The Program

STM32 for 4.37 e-paper010.jpg

  • Use Keil to open epd-demo.uvprojx in the E-Paper_code\STM32\STM32-F103ZET6\MDK-ARM directory
  • Open Keil's compilation toolbar (usually already open).

STM32 for 4.37 e-paper012.jpg

  • Select the EPD_7in5_V2_test at the location shown in the picture.

STM32 for 4.37 e-paper013-7in5.jpg

  • Click to compile.

STM32 for 4.37 e-paper014.jpg

  • Make sure the appropriate programmer is connected, then click LOAD to download the program to the microcontroller.