-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hard Fault for versions bigger than 4 #18
Comments
What compiler are you using? That certainly does not seem correct. :s |
@ricmoo Hi, BTW I walked through the code and saw it uses malloc like function to declare that array! |
I have not that much experience with configuring the heap size. That would be very nice. |
Hallo, I am also using esp32 and the version 7 for generating the qr code on a 4.2inch epaper. It is running for a while fine but all of a sudden I got an error that I have reached the display borders. I also think it is due to a memory issue or buffer overflow. Did you find out how to increase the heap ? Thanks |
Hi
I face hard fault error for versions bigger than 4.
I debugged the code step by step and I see that Micro goes to hard fault in this lines
I checked result address and it is 0x00000002 which is not a valid RAM address
The text was updated successfully, but these errors were encountered: