-
Notifications
You must be signed in to change notification settings - Fork 74
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
Unaligned hardfault on STM32H7S7L8 #186
Comments
Hi @meowcakes , can you paste the error output in here? We're working on getting this repo in shape |
I believe I found the issue; the compiler for my target is |
I see, if possible confirm that's the fix and let us know so we can document that. |
Yes that's the fix |
Thanks for the update @meowcakes , may I ask how you cross-compiled the lib? |
I am trying to get
lv_binding_rust
set up on an STM32H7S7L8. I am at the point where I am working on touch input, however I am getting an unaligned store hardfault, specifically at this point:lv_binding_rust/lvgl/src/input_device/pointer.rs
Line 117 in 80fd2a7
The text was updated successfully, but these errors were encountered: