Shop OBEX P1 Docs P2 Docs Learn Events
UController SD Card — Parallax Forums

UController SD Card

SiriSiri Posts: 220
edited 2008-11-10 01:11 in Propeller 1
I am trying to connect the SD card to the Propeller Proto Board/PPDB board but I have other components on the board which
makes it impossible to place the SD Card breakout board in the P0 P1 P2 P3 and VSS and Vdd.

Can I use another set of PINS like P16 P17 P18 P19 & vss/vdd connections.

Thank you

Siri

Comments

  • blittledblittled Posts: 681
    edited 2008-11-09 22:32
    I use Pins 16-19 on my Spin modified protoboard. The way to code for 0-3 and 16-19 is

    SIGNAL - PIN - ALTERNATE PIN
    SPIDO - 0 - 16
    SPICLK - 1 - 17
    SPIDI - 2 - 18
    SPICS - 3 - 19

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    What electronics need - MORE POWER!!!!!!!
  • SiriSiri Posts: 220
    edited 2008-11-10 01:11
    Thanks for the quick reply.

    Siri
Sign In or Register to comment.