Help modifying an object.
Dgswaner
Posts: 795
I'm trying to get the PropDOS object to work, but to do so I need to change the pin assignments. it's written in assembly so I can't tell were and what to change. I would really appreciate some help.
the defaults are:
p0--DO
p1--CLK
p2--DI
p3--CS
I need:
p16--DO
P17--CLK
p18--DI
p19--CS
There aren't any constants that I can change and I already had my 0-3 pins soldiered as well as 16-19. It's actually the SDSPIASM.SPIN that I need changed.
Thanks I really appreciate it.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
the defaults are:
p0--DO
p1--CLK
p2--DI
p3--CS
I need:
p16--DO
P17--CLK
p18--DI
p19--CS
There aren't any constants that I can change and I already had my 0-3 pins soldiered as well as 16-19. It's actually the SDSPIASM.SPIN that I need changed.
Thanks I really appreciate it.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
spin
11K
Comments
Personally, I'm a fan of using 16..19 for SD because it opens 0..7 for things
like game controllers, and it most compatible with Hydra stuff (games)
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with the Protoboard? - Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card? - PropDOS
A Living Propeller FAQ - The Propeller Wiki
(Got the Knowledge? Got a Moment? Add something today!)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
Post Edited (Dgswaner) : 4/22/2008 5:58:32 AM GMT