cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with FatFS and FreeRTOS integration

Not applicable

Hi, everyone.

I have a board with STM32F215 uC and I want to create a Data Logger on FreeRTOS.

I've been reading about these problems and I don't find what's going on.

I modified the task's stack on the FR configuration, I made sure that timebase source it's different from systick. I use a Mutex on the SD_task, but nothing works... I'm wondering if someone here can provide me any simple example. I'm desperate.

Peripheral for SD is SPI.

Thanks a lot for any flash of illumination.

Sorry for my bad english.

1 ACCEPTED SOLUTION

Accepted Solutions
Not applicable

Thank you, the issue was on STACK_DEPTH of the Task. I set it with 512 Bytes and works fine.

View solution in original post

2 REPLIES 2

Hello @Araceli.Guerrero​ ,

Check the following example provided under our F2 Firmware package ( Path: Projects\STM322xG_EVAL\Applications\FatFs\FatFs_uSD_RTOS )

I hope this help you.

BeST Regards,

Walid

Not applicable

Thank you, the issue was on STACK_DEPTH of the Task. I set it with 512 Bytes and works fine.