Part Number: MSP432P401R
Tool/software: Code Composer Studio
Hello,
I'm using FreeRTOS and MSP432, but I'm receiving an error when I try to use the "xSemaphoreHandle". I would like to know whether anyone can help me?
CODE:
#include "dataStorageTask.h" #include "semphr.h" #include "FreeRTOS.h" xSemaphoreHandle semaphoreSignaling =0; ...
PRINTSCREEN: