Template: 5.83inch e-Paper HAT STM

From Waveshare Wiki
Revision as of 06:14, 2 September 2023 by Waveshare-admin (talk | contribs) (Text replacement - "https://www.waveshare.com/w/upload/" to "https://files.waveshare.com/upload/")
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_5in83_V2_test at the location shown in the picture.

STM32 for 4.37 e-paper013.jpg

  • Click to compile.

STM32 for 4.37 e-paper014.jpg

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