Hello !
I wonder if someone has already developed something using MCF51QE128 accessing a SD Card!
I need to read the contents of the SD Card , which will be images, record a RAM Serial to display on a TFT display ! If someone can help me , I will be very grateful !
Thank you
Hi Dalton,
yes, I did. The project is on GitHub here: mcuoneclipse/Examples/CodeWarrior/DEMOQE/FreeRTOS_MCF51QE128 at master · ErichStyger/mcuoneclipse · ...
It is using FatFS as described here: https://mcuoneclipse.com/2012/07/30/fatfs-with-kinetis/
(concept applies to ColdFire V1 too).
The project includes FreeRTOS v9.0.0 plus the latest FatFS (I have not published the latest component version for it yet, so I have attached the current source base).
It uses the McuOnEclipse components (see https://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/ ).
I hope this helps,
Erich
Hi Erich,
Thank your for reply!!! I going to see your project...
But, I work with CodeWarrior, I believe that is not a problem!
Thank you again,
Dalton.
Hi Dalton,
mcuoneclipse/Examples/CodeWarrior/DEMOQE/FreeRTOS_MCF51QE128 at master · ErichStyger/mcuoneclipse · ... is a CodeWarrior project.
Erich
Erich...
I think the version I use is to be different from the project that gave me ...
I still use CodeWarrior 6.3 ...
Yes, I'm on 10.6.4 (with update 6).
That's the latest version.
Erich
Ah, ok Erich!
Thank you!