Hi, I am working on building MP3 player using pic18f4520. I am using mmcsd.c fat.c mmc_spi.c inbuild driver library in CCS compiler former with MPLAB X IDE. Even its existing library, I got lot much error. I somehow, tried to solve much, but its been 3 days, I didnt get it compile.
Can you please help me, in compiling the code. Or, can you please compile in your software, as I feel like, its compiler issue. Here is the attached code.
Thanks.
I think you should show us at least the source code and error message for the first error you get.
Don't expect us to unpack your project.
I doubt that a PIC18 has enough processing power to handle MP3 decoding.
Are you using an external MP3 decoder chip?
The presently posted code is only a test compilation of the MMC and FAT driver. Possible MP3 issues don't play a role yet.
Why are you using CCSC in MPLAB-X instead of XC8?