Skip to main content
Visitor II
August 1, 2024
Question

STM32L44 is hanging

  • August 1, 2024
  • 2 replies
  • 777 views

if i load a 95KB code in stm32l44kcu6 controller ssd1306 display is hanging

This topic has been closed for replies.

2 replies

TDK
August 1, 2024

With such limited information, it's unlikely anyone else will know what is going on more than you.

Most problems are caused by a bug in the code. I recommend debugging your code to find out why it's not working and to fix the issue.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Andrew Neil
Super User
August 1, 2024

As @TDK said, you've given us next to nothing to go on!

https://community.st.com/t5/community-guidelines/how-to-write-your-question-to-maximize-your-chances-to-find-a/ta-p/575228

Do you have any other code which does work on this system?

Does your code work on any other system?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.