LWIP+FreeRTOS調試筆記

問題:LwipAssert:memp_malloc: memp properly aligned和memp_free: mem properly aligned 解決方法:FreeRTOS自身會設置Systick等中斷的優先級,具體看port.c文件,如下圖: 而我在其他地方重新設置了Systick的中斷優先級,打亂了FreeRTOS的設置,導致不能進行臨界段保護,即進入了臨界段,依然會發生中斷,
相關文章
相關標籤/搜索