Dual SD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-05-25 8:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-05-25 10:15 AM
I am a new ST72F651 user, in a new design of a box. I need to have temporarily two Secure Digital cards on line to copy data from one card to the other. My question is : is it possible to access the main SD through the SD bus using the DTC coprocessor, whereas accessing the other thorugh the SPI interface using the SS bit as chip select. Of course the two cards shall be used my the microcontroller fw alternatively.
Regards- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-05-25 3:43 PM
Your means is two SD cards are connected using same ports.
You can use ST7265 to connect SD cards using different ports:PC1~3 and PE5~7. Copy data from one to other using DTC.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-05-25 5:19 PM
Yes, it is possible to run one SD on SDbus and other on SPI. You need to develop your own f/w for using the SPI bus. The f/w available today only uses MMC mode for SD card. SPI mode is slow.
What exactly you are developing ?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-05-25 8:03 PM
I cannot tell too many detais because of secret obligation versus my customer. However it should be a portable measurement instrument and the storage is required to store the data before it is uploaded by a PC.
