Important Considerations for Using FreeRTOS with Cortex-M
This article is from CSDN Blog on FreeRTOS Basics, and it mainly shares important considerations for using FreeRTOS with Cortex-M. Original link: https://blog.csdn.net/zhzht19861011/article/details/50135449 Before reading this article, you must understand the meanings of two macros defined in FreeRTOSConfig.h. The article “FreeRTOS Kernel Configuration Description” explains these two macros: ●configKERNEL_INTERRUPT_PRIORITY ●configMAX_SYSCALL_INTERRUPT_PRIORITY FreeRTOS is a perfect match … Read more