2021-09-24 12:36 PM
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.
Solved! Go to Solution.
2021-11-09 11:58 AM
Thank you, the issue was on STACK_DEPTH of the Task. I set it with 512 Bytes and works fine.
2021-09-27 06:29 AM
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
2021-11-09 11:58 AM
Thank you, the issue was on STACK_DEPTH of the Task. I set it with 512 Bytes and works fine.