SD with freeRTOS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SD with freeRTOS

Jump to solution
439 Views
Nadia
Contributor III

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.

 

0 Kudos
1 Solution
434 Views
Nadia
Contributor III

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.

View solution in original post

0 Kudos
1 Reply
435 Views
Nadia
Contributor III

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.

0 Kudos