1
utFAT / Re: Simulator problems with utFAT and FTP.
« on: July 13, 2010, 11:43:18 AM »
Hi Mark,
I'm still having problems but I just realized that maybe I'm not initializing the SPI interface. Right now, I'm just defining SDCARD_SUPPORT. Do I also need to define SSC_INTERFACE or SPI_INTERFACE? It looks to me like these are just for SPI EEPROM chips, but maybe I'm missing something else.
It also might be the SD cards I'm using. The 2GB card doesn't work at all and the 1GB card has a message saying V1 and MMC are not supported which you state in the documentation. I added a pullup to the SSTX line which connects to the DI line but I'm still seeing issues. I was able to read the 1GB card using the Luminary Micro sd_card project so I know the interface works. Unfortunatley, the 2GB card did not work with the sd_card project.
I'm also going to try adding a pullup to the CS line. That may help.
Thank you for all your help,
TW
I'm still having problems but I just realized that maybe I'm not initializing the SPI interface. Right now, I'm just defining SDCARD_SUPPORT. Do I also need to define SSC_INTERFACE or SPI_INTERFACE? It looks to me like these are just for SPI EEPROM chips, but maybe I'm missing something else.
It also might be the SD cards I'm using. The 2GB card doesn't work at all and the 1GB card has a message saying V1 and MMC are not supported which you state in the documentation. I added a pullup to the SSTX line which connects to the DI line but I'm still seeing issues. I was able to read the 1GB card using the Luminary Micro sd_card project so I know the interface works. Unfortunatley, the 2GB card did not work with the sd_card project.
I'm also going to try adding a pullup to the CS line. That may help.
Thank you for all your help,
TW