Author |
Message |
Topic: Do mmcsd.c and fat.c drivers in Code Library work in Pic24 ? |
MarcoGatoSilva
Replies: 5
Views: 14592
|
Forum: General CCS C Discussion Posted: Sat Oct 22, 2022 9:56 am Subject: Do mmcsd.c and fat.c drivers in Code Library work in Pic24 ? |
Hi temtronic,
The pic I'm using runs at 3.3v. |
Topic: Do mmcsd.c and fat.c drivers in Code Library work in Pic24 ? |
MarcoGatoSilva
Replies: 5
Views: 14592
|
Forum: General CCS C Discussion Posted: Fri Oct 21, 2022 6:08 am Subject: Do mmcsd.c and fat.c drivers in Code Library work in Pic24 ? |
Hi,
Has anyone made the libraries work in PIC24?
http://www.ccsinfo.com/forum/viewtopic.php?t=53787 |
Topic: mmcsd.c and fat.c modified and fully functional |
MarcoGatoSilva
Replies: 14
Views: 101892
|
Forum: Code Library Posted: Thu Oct 20, 2022 2:09 pm Subject: mmcsd.c and fat.c modified and fully functional |
header
//#include <24FJ256GB406.h>
#include <24FJ128GA406.h>
#device ADC=8
//#device ICSP=1
#use delay(internal=32MHz)
#device PASS_STRINGS = IN_RAM
#fuses NOWDT,NOPROTECT ... |
Topic: mmcsd.c and fat.c modified and fully functional |
MarcoGatoSilva
Replies: 14
Views: 101892
|
Forum: Code Library Posted: Thu Oct 20, 2022 2:04 pm Subject: mmcsd.c and fat.c modified and fully functional |
The warnings...
Compiling D:\Ing Electronico\Documents\Proyectos\CopilotoVirtual\Programa\PruebaSD_PCB\PruebaSD_PCB on 20-oct.-22 at 16:53
>>> Warning 240 "D:\Ing Electro ... |
Topic: mmcsd.c and fat.c modified and fully functional |
MarcoGatoSilva
Replies: 14
Views: 101892
|
Forum: Code Library Posted: Thu Oct 20, 2022 2:00 pm Subject: mmcsd.c and fat.c modified and fully functional |
Thank you newguy,
I have modified what you told me but the operation is the same, many warnings, without errors, but I cannot record on the microSD. The code I have is:
mmcsd_m.c
////////////// ... |
Topic: mmcsd.c and fat.c modified and fully functional |
MarcoGatoSilva
Replies: 14
Views: 101892
|
Forum: Code Library Posted: Thu Oct 20, 2022 1:19 pm Subject: mmcsd.c and fat.c modified and fully functional |
Hi everyone,
I have been trying to get the micro sd card working with a pic24fj. I work with the libraries mmcsd_m.c and fat_m.c which have worked fine with a pic18f4580 but with a pic24fj they don ... |
|