Other Parts Discussed in Thread: HALCOGEN,
Tool/software: Code Composer Studio
HELLO,
I am currently trying to initialize the SD card in SPI mode. I have used MibSPI for this purpose. All that I'm doing is :
1. Making CS high ( SD card not selected)
2. Sending dummy values to complete more than 80 cycles.
3. Making CS low (SD card selected)
4.Sending the information (CMD0) over MOSI to SD card
I expect the SD card to send 0X01 as the reply (stating it has entered idle mode) but I'm getting FFFF in return.
Kindly guide on this on where am I going wrong.
I have attached the result screenshot and the .dll and .hcg files