Good afternoon,
I am using the LPC54628 test board.
I build my project with freeRTOS , and when creating it I add in the SDKs the SD part, because I want to save files on a card.
Once the project is created, without writing anything I compile it and I get an error.
I use MCUXPRESSO 11.3.0
SDK2.9.0
If anyone has had this happen I would appreciate your help.
I have tried with the examples, those with freeRTOS and those without freeRTOS, and they all compile.
Solved! Go to Solution.
Hello again, I think I've solved it.
I was getting a bug in: component -> osa-> fls_os_abstraction.h.
line 338: #if defined(FSL_RTOS_FREE_RTOS)
To solve it I go to MCU C Compiler -> preprocessor project properties and remove the command that says FSL_RTOS_FREE_RTOS
I don't know why it is created this way.
I hope it will help someone.
Best regards.
Hello again, I think I've solved it.
I was getting a bug in: component -> osa-> fls_os_abstraction.h.
line 338: #if defined(FSL_RTOS_FREE_RTOS)
To solve it I go to MCU C Compiler -> preprocessor project properties and remove the command that says FSL_RTOS_FREE_RTOS
I don't know why it is created this way.
I hope it will help someone.
Best regards.