Hi everyone,
I am working with the STM32N6570-DK board and would like to integrate LVGL with FreeRTOS.
Could anyone guide me on the correct approach to run LVGL on top of FreeRTOS for this platform? Specifically, I am looking for:
- Where and how to integrate LVGL within the STM32N6 project structure
- Recommended task structure for LVGL
- How to handle the tick interface (lv_tick_inc)
- How to write or adapt lv_port_disp.c for STM32N6
- Any important configuration settings or best practices
If anyone has experience with a similar STM32 setup, your suggestions would be very helpful.
Thanks!