How can i enter Vendor Mode via SPI SD Card?

How can i enter Vendor Mode on general SD Card, via SPI via CMD 60, 61 or 62 with Arduino.
I would like to send the Command, and Responds the answer from SD Card excample R1, like illegal command by the most SD Cards, or pass.

thanks in advance

HOW-TO:
http://elm-chan.org/docs/mmc/mmc_e.html

A user on this forum posted working initialization:

The intialization from the SD Card was not the problem, i already managed to enter Vendor Mode, but i will send CMD26 write new CID....
How can i send CMD26 with new 16 bytes CID?

The first link references this: "...CSD and CID are sent to the host as 16 byte data block. For details of the CMD, CID and OCR, please refer to the MMC/SDC specs..."

How to do this with Arduino, i need an example how to send Cmd26 with argument and new Cid?
Can i do this only with sd.h und spi.h libraries, how to send the 16 bytes Cid in hex?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.