This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FreeRTOS compilation error in Keil

Hello, I am building FreeRTOS project. Compilation goes well. No warning, no errors. But Dynamic Syntax Checker lights error.

FreeRTOS.h -> "error in include chain (portmacro.h): use of undeclared label 'basepri'".
If I go to last level file in include chain, I see basepri param lignted by Dynamic Syntax Checker. But 'uint32_t' params shows with error.
I turned off DSC, but it's wron way.
What should I do to make DSC work well?