I'm using an nRF5340DK and an Adafruit 2.8" TFT Touch Shield to implement a touch keyboard on the board. As you can see in the attached project, I would like to use the lvgl functions in a custom thread, but this causes the board to reboot constantly. Any idea what is causing this?
This image shows application output. Boards reboots all the time.
Project:
Best regards,
Pablo
Useful information about the project:
- Using nRF5340DK and an Adafruit 2.8" TFT Touch Shield
- Using nRF Connect SDK v2.2.0.
- The project is based on the example: Basic Thread Example