SD card: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Created page with "SD - Secure Digital is memory card that is used in many devices like mobile phones or cameras. == Detecting SD card == SD card can be founded on PCI device with class 0x08 an...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
== Detecting SD card ==
== Detecting SD card ==
SD card can be founded on PCI device with class 0x08 and subclass 0x05. ProgIF 0x00 means DMA isn't supported, 0x01 means DMA is supported and 0x02 means vendor unique SD device. SD card using memory mapped ports that base address is in BAR0.
SD card can be founded on PCI device with class 0x08 and subclass 0x05. ProgIF 0x00 means DMA isn't supported, 0x01 means DMA is supported and 0x02 means vendor unique SD device. SD card using memory mapped ports that base address is in BAR0.

== See Also ==
https://openlabpro.com/guide/interfacing-microcontrollers-with-sd-card/

[[Category:Storage]]

Latest revision as of 21:06, 9 July 2023

SD - Secure Digital is memory card that is used in many devices like mobile phones or cameras.

Detecting SD card

SD card can be founded on PCI device with class 0x08 and subclass 0x05. ProgIF 0x00 means DMA isn't supported, 0x01 means DMA is supported and 0x02 means vendor unique SD device. SD card using memory mapped ports that base address is in BAR0.

See Also

https://openlabpro.com/guide/interfacing-microcontrollers-with-sd-card/