I had select the #define FAT32. My compiler version is 4.105.
I also correct the "get_next_addr" and "get_prev_addr" function without any luck.
Thank you.
I want to use the ex_fat example with the pic 24hj256gp610 and a micro SD card.
I have tested the hardware with ex_mmcsd.c code and I was able to store a value in a memory location and retrieve it t ...