STM32H7 CPU runs too slowly occasionally
test code as below:#include <rtthread.h> #include <rthw.h> #define CPU_USAGE_CALC_TICK 100 #define CPU_USAGE_LOOP 100 static rt_uint8_t cpu_usage_major = 0, cpu_usage_minor= 0; static rt_uint32_t total_count = 0; static rt_uint32_t _c...