This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

reading images on SD Card mcb2300

I am working on MCB 2300 kit which has got LPC2378 processor. It has got an SD card as well. I can read, write to some text files on the card. But now I want to read some images from SD Card. When i tried to read the images, it gives back some garbage value and then the program gets hang up. I want to read the pixel information of the image. Please let me know how to do it? I am using keil uVision4 IDE

Parents
  • Hi I am trying to read SD/ micro SD card on LPC2478 , but with the sample code availaible with the name MCI over LPC2300, I am not able to read or write any data on the card, but the code is able to give commands as the code successfully does the configuring part.

    I have done modification to the code to make it 24XX, more oever there is a register call MCI_MASK1 , there is no description of the register in the user manual

Reply
  • Hi I am trying to read SD/ micro SD card on LPC2478 , but with the sample code availaible with the name MCI over LPC2300, I am not able to read or write any data on the card, but the code is able to give commands as the code successfully does the configuring part.

    I have done modification to the code to make it 24XX, more oever there is a register call MCI_MASK1 , there is no description of the register in the user manual

Children