Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

SD card 4 bit mode


  • Please log in to reply
2 replies to this topic

#1 Frank26080115

Frank26080115

    Member

  • Members
  • PipPip
  • 22 posts

Posted 03 December 2010 - 05:21 AM

I understand that the high speed 4 bit mode for SD cards is some sort of proprietary protocol that you have to pay money in order to use, and you can get in trouble for distributing the documentation. My question is, is it possible for Netduino to pay for it and implement the 4 bit high-speed mode without negative consequences? I would love to see it implemented even if it's somehow a closed sourced portion of the open source firmware. The LPC family of chips seems to implement this mode in hardware to avoid this problem, but GHI (who makes the USBizi used in FEZ) do not open-source their firmware, which is annoying since I need to put in some native code.

#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 03 December 2010 - 05:52 AM

Hi Frank26080115, It might be possible to implement 1-bit mode for MicroSD cards on the Netduino Plus (since all the required wires are connected) via bit-banging. 4-bit SPI requires an additional connection to the MCU and is perhaps best done in the microcontroller hardware itself. Most low-end microcontrollers tend to use SD cards in SPI mode, and that seems to fit well with Netduino Plus (plus it offers consistency with Netduinos using SD card SPI adapter boards). And we'd really hate to make part of the Netduino closed-source...that's just not in the Netduino DNA. Thank you very much for your interest, and welcome to the Netduino community! Chris

#3 Frank26080115

Frank26080115

    Member

  • Members
  • PipPip
  • 22 posts

Posted 03 December 2010 - 07:11 AM

Ah ok, my application doesn't need that much performance but it would have been nice. It looks like the SAM9 series has built-in SD card hardware, but those chips are overkill with 300+ pins. Right now Netduino has won the war between SAM7 vs LPC for me, but it'll be awesome if Netduino firmware was ported over to LPC though




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.