lvgl_demo_benchmark
Overview
A demo application runs different functions for benchmark test.
Known issue
The CPU load remains at 100% even during low-intensity tests, confirming that FreeRTOS is not reporting the load correctly.
For all tests that use FreeRTOS, the following macros must be defined, typically at the end of FreeRTOSConfig_Gen.h
workaround code:
#if defined(ICCARM)||defined(__CC_ARM)||defined(GNUC) extern void traceTaskSwitchedOut(void); extern void traceTaskSwitchedIn(void); #endif