2017-01-18 08:31 AM
i need your help about drive micro SD card with STM8L101F3P6
i use the library of Eval-Board of STM8l151 for this
and i have no error in compile Code but the stm failed in initalize routine of SD and can not init this.
So the MCU cant write data on SD Card
what Capacity of SD i can use.
#stm #stm8l101xx #stm8l151c6t6 #sd-card2017-01-18 09:25 AM
Without looking at the code I'd assume it is fit for SD cards of 2GB and below, and will not support SDHC or SDXC cards which use a slightly different command structure.
2017-01-19 03:25 AM
hello
thanks for your attention
so i test this and send you the the answer
On Wed, Jan 18, 2017 at 8:56 PM, Clive One <st-microelectronics@jiveon.com>
2017-01-19 04:02 AM
hello
i test this option and use the SD card not SDHC or SDXC with 2G Capacity
but still not work