»
(008) CubeIDE Implementation of USB Peripherals*
(018) C99 pointer*
(019) C99 With only value assignment*
(022) POSIX pthread multi-threads mutex*
(023) POSIX pthread multi-threads programming*
(027) C99 time and wait*
(028) High-precision calculation with GMP*
(029) Web Service Lib*
(030) International Components for Unicode (ICU)*
(031) Performance of C is higher than C++, because...*
🕹️(025) FreeRTOS resolve priority inversion
解决优先级反转问题的方法:
等待谁释放资源,就提前把谁的优先级提高到和自己一样或更高的优先级。
用完资源后,恢复原有任务的优先级。