Shop OBEX P1 Docs P2 Docs Learn Events
Quickstart and Quick proto board — Parallax Forums

Quickstart and Quick proto board

icepuckicepuck Posts: 466
edited 2012-05-15 19:27 in Propeller 1
I got my quick start, GG's proto board, and GG's uSD card adapter yesterday.
Now for the dumb questions...what pins could be used for the uSD so it would compatible with most of the software that uses the sd card?
-dan

Comments

  • prof_brainoprof_braino Posts: 4,313
    edited 2012-05-15 13:09
    icepuck wrote: »
    I got my quick start, GG's proto board, and GG's uSD card adapter yesterday.
    Now for the dumb questions...what pins could be used for the uSD so it would compatible with most of the software that uses the sd card?
    -dan

    This is what I use, the same pinouts as on the spinneret.

    http://code.google.com/p/propforth/wiki/PropToSDconnection

    At the time the spinneret was the only SD product that had SD, so was the "standard" we adopted. But, its a simple matter to use any set of pins, just change the assignments in the code. Most folks avoid using 28, 29, 30, and 31, thats the only "standard".

    You can also solder pins to a micro SD adapter instead of a store bought card slot hardware, if you don't mind the hack look. This is how I can affort 2gig of storage on all my prop boards.

    It still works even if you don't use propforth.
  • Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
    edited 2012-05-15 13:24
    There isn't really a standard I/O set for SD cards, but many of us tend to use 0,1,2,3.

    OBC
  • SapiehaSapieha Posts: 2,964
    edited 2012-05-15 15:21
    Hi.

    As pins 0-7 are most usable as Analog inputs.

    On most PCB's I use pins from 8-11 else 12-15 for SD else other SPI type's
    If possible reserve pins 16-23 for VGA.


    There isn't really a standard I/O set for SD cards, but many of us tend to use 0,1,2,3.

    OBC
  • jrjr.jrjr. Posts: 45
    edited 2012-05-15 17:19
    All,

    I know this has been talked to death before, but I had the same questions
    on interconnect building my latest GG QS board(s).

    I'm aware there have been some pretty good matrices created in relation
    to pin usage, but I couldn't find it very easily.

    If there was ever a need for a 'sticky' or wiki topic, this would be it.

    I know the pins are configurable, but sometimes it's easiest to use the
    default and consensus settings.

    Would anyone care to repost or mention the link again ?

    jack
  • icepuckicepuck Posts: 466
    edited 2012-05-15 19:27
    I've noticed the tiny numbers on the board are labelled P4-P31, so P0-P3 must be used for the audio & video-another one of those oh duh! moments I've should have figured that out sooner.
    So, from what I've read so far it shouldn't really mater what lines get used for the uSD adaptor, as long as the software is updated to use the correct ports.
    -dan
Sign In or Register to comment.