Hello forum,
I also tried to import this FreeRTOS example. Yes, I know, the MSP432P401R is not beeing produced any more, but I've two launchpads and I'd like to test FreeRTOS. Free RTOS is inside the project as source code and not as a precompiled extra project.
When I import the project (following this instructions: FreeRTOS projects for TI MSP432 LaunchPad Development Kit ), I always get the message that there are 102 errors. They are like this one:
"../Full_Demo/RegTest.c", line 302: error #10: "#" not expected here
cmp r0, #6
But '#' is a prefix for an immediate value (spnu118y)!
Thanks for help.
BR Guenther