Page 1 of 1

microSD click with NECTO 3.0.0

Posted: 06 Apr 2023 14:49
by d_scheider
Is there a library for using the microSD click for NECTO studio? Particularly the FAT32 library. I installed the FAT32 library from the microC PRO Packages, but it doesn't look like it is available in the Library Manager. Has anyone used the microSD click with NECTO?

Re: microSD click with NECTO 3.0.0

Posted: 08 Apr 2023 12:50
by d_scheider
It looks like I was able to install the FAT32 library from MicroC PRO Package, however, the compiler can't find the definitions for the following functions:

Mmc_Write_Sector
Mmc_Read_Csd
Mmc_Multi_Read_Start
Mmc_Multi_Read_Stop
Mmc_Multi_Read_Sector

I assume that there is a source file missing. Would anyone know where to find that file?

Re: microSD click with NECTO 3.0.0

Posted: 13 Apr 2023 13:33
by filip
Hi,

You will have to manually add MMC library object files in the microSD click project (assuming that you are using the mikroSDK package installed from NECTO Studio).

Regards,
Filip.

Re: microSD click with NECTO 3.0.0

Posted: 14 Apr 2023 06:50
by d_scheider
Where do I get the object files, and where to I put them?