Skip to main content
Associate II
August 19, 2025
Question

cannot communicate using SPI

  • August 19, 2025
  • 1 reply
  • 379 views

I am trying to communicate to a e-paper display of waveshare 1.54inch v2 with B-WL5M-subg1. I have used the  program file the company has provided but there is no respone in the module. I have tried using esp32 and the module works fine with it. both esp32and stm32 uses same program file while checking with logic analyzer both mcu  show similar data format. But why isnt it working with stm32. I have attached the program for referense if there is any suggestions or solutions I would like to know.

1 reply

Technical Moderator
August 20, 2025

Hello @naveen-0 

Are baud rates the same for ESP32 and STM32 MCUs, or do they differ between the two platforms?

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question.Saket_Om"
naveen-0Author
Associate II
August 21, 2025

yes both have same baud rate 

 

Technical Moderator
August 21, 2025

Hello @naveen-0 

Could you please share the GPIO config of your SPI peripheral?

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question.Saket_Om"