Skip to content
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

LVGL hello world example causes spurious interrupt #200

Open
piotrosiotr opened this issue Jun 3, 2022 · 0 comments
Open

LVGL hello world example causes spurious interrupt #200

piotrosiotr opened this issue Jun 3, 2022 · 0 comments

Comments

@piotrosiotr
Copy link

My setup is:
nrf52832 mcu
nrfConnectSDK v 1.9
Zephyr v 3.0.0
ili9488 display 480x320
I'm trying to launch basic hello world example for ZephyrOS, but function lv_label_set_text hangs to spurious interrupt handler, then mcu resets. I tried to trace it and figured out that mcu jumps to spurious handler after calling set_next_free_chunk(h, first, second) in file heap.c. Not sure that it is lvgl and not zephyr issue, but i stucked in this point for two days trying different lvgl memory settings, but nothing helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant