Browse
STMicroelectronics Community
FAQs
Sign In
Product forums
STM32 MCUs
STM32 MCUs Products
STM32 MCUs Boards and hardware tools
STM32 MCUs Software development tools
STM32 MCUs Embedded software
STM32 MCUs TouchGFX and GUI
STM32 MCUs Motor control
STM32 MCUs Security
STM32 MCUs Wireless
STM32 MPUs
STM32 MPUs Products
STM32 MPUs Boards and hardware tools
STM32 MPUs Embedded software and solutions
STM32 MPUs Software development tools
MEMS and sensors
MEMS (sensors)
Imaging (sensors)
Automotive and Transportation
Automotive MCUs
AutoDevKit Ecosystem
GNSS positioning
Edge AI
Analog and audio
Interface and connectivity ICs
Power management
ST25 NFC/RFID tags and readers
STM8 MCUs
Other: hardware
Other: software
Knowledge base
STM32 MCUs
STM32 MPUs
MEMS and sensors
Analog and audio
EMI filtering and signal conditioning
Interface and connectivity ICs
Power management
Quality & reliability
Academy
About
Community guidelines
Feedback forum
Community blog
Developer news
MaxMag
Associate II
since
2022-03-18
2023-06-15
User statistics
6
Posts
0
Solutions
0
Kudos given
0
Kudos received
STMicroelectronics Community
About MaxMag
Options
Report User
User Activity
Posts
Replies
I am struggling to use the e-paper display on the STM32L053-Discovery board. The demo code works fine but I don't know how to configure it properly via CUBEMX. I have let the default configuration generate by MX but it doesn't works.
2022-03-23
Hello guys, I'm working with the STM32L0538-Discovery board because I want to use the e-paper display. The demo code works well but I struggle to implement mine. My programm is just displaying a character but the epaper never refresh.
2022-03-23
Hello guys, I have a probleme with the STM32L053-Discovery board. I want to experiment the epaper display but I can't include the BSP library in my own project. I've upload the log if you want to check it.
2022-03-21
Re: I am struggling to use the e-paper display on the STM32L053-Discovery board. The demo code works fine but I don't know how to configure it properly via CUBEMX. I have let the default configuration generate by MX but it doesn't works.
2022-03-23
I think the problem is the SPI communication even tough I have follow the configuration explained in the an4500 document provided by ST.
Re: Hello guys, I'm working with the STM32L0538-Discovery board because I want to use the e-paper display. The demo code works well but I struggle to implement mine. My programm is just displaying a character but the epaper never refresh.
2022-03-23
int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuration--------------------------------------------------------*/ /* Reset of all peripherals, Initializes the Flash interface and the Systick. */ HAL_Init();...
Re: Hello guys, I have a probleme with the STM32L053-Discovery board. I want to experiment the epaper display but I can't include the BSP library in my own project. I've upload the log if you want to check it.
2022-03-21
Thanks for your answer,I've tried to exclude it but now it said that the file is missing.