SD with freeRTOS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

SD with freeRTOS

跳至解决方案
1,011 次查看
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 项奖励
回复
1 解答
1,006 次查看
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 项奖励
回复
1 回复
1,007 次查看
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 项奖励
回复