It was so easy to add the 2 gig SD card to my propeller.· Will it be that easy on the stamp or is the BS2px24 not easily attached to have more ram?· Just curious.
I do not think it will be very easy because you will need a LOT of code to parse the file system. You would need at least 1 bank, maybe 2 and it might not even have enough ram. The Propeller FSRW has 1 512 byte buffer plus about 10 different variables and many methods. The BS2px has only 128 bytes of scratch pad ram. I do not think it would be possible.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I am 1011, so be surprised!
Advertisement sponsored by dfletch:
Come and join us on the Propeller IRC channel for fast and easy help!
Channel: #propeller
Server: irc.freenode.net or freenode.net
If you don't want to bother installing an IRC client, use Mibbit. www.mibbit.com
Is there another way to do it. I mean buy an attachment from parallax to add more memory. Or do you just save up and upgrade to a larger stamp? I liked the idea of plugging and unplugging the SD card to add more memory.
The biggest stamps have only 128 bytes of SPRAM. You have got the largest stamp in the RAM area. Also, all the variables are longs, so with the stamp which is 16 bit, you might be only able to access the first 64KB of the SD card. If someone did it, I would be thoroughly amazed. You might be able to make something yourself with the Propeller that communicates over serial to the SD card.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I am 1011, so be surprised!
Advertisement sponsored by dfletch:
Come and join us on the Propeller IRC channel for fast and easy help!
Channel: #propeller
Server: irc.freenode.net or freenode.net
If you don't want to bother installing an IRC client, use Mibbit. www.mibbit.com
The USB Memory Stick Datalogger would allow you to use a USB Memory Stick with the BS2px. You could even get an SD card USB reader and plug that into the Datalogger which would allow you to use an SD card if you wanted. There's sample code available for the BS2 (and BS2px).
Other than using something like the Datalogger, there's no way to use any of the Stamps directly with an SD card.· The Stamps simply don't have enough memory.
Thanks, Mike. This gives me hope.· Is there a limit to the ram I could put. For instance I had to go out and by a 2 gig SD card because all I had was 4,8, and sixteen.
I don't remember how big a memory card/stick can be used with the Vinculum chip (on the USB Datalogger). Download the firmware manual from Parallax's webstore page for the Datalogger to see what they say. Rokicki's routines for the Propeller only support up to 2GB. It's not described as RAM though ... it's flash EEPROM
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I am 1011, so be surprised!
Advertisement sponsored by dfletch:
Come and join us on the Propeller IRC channel for fast and easy help!
Channel: #propeller
Server: irc.freenode.net or freenode.net
If you don't want to bother installing an IRC client, use Mibbit. www.mibbit.com
Is there another way to do it. I mean buy an attachment from parallax to add more memory. Or do you just save up and upgrade to a larger stamp? I liked the idea of plugging and unplugging the SD card to add more memory.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I am 1011, so be surprised!
Advertisement sponsored by dfletch:
Come and join us on the Propeller IRC channel for fast and easy help!
Channel: #propeller
Server: irc.freenode.net or freenode.net
If you don't want to bother installing an IRC client, use Mibbit. www.mibbit.com
Other than using something like the Datalogger, there's no way to use any of the Stamps directly with an SD card.· The Stamps simply don't have enough memory.
You always bail me out. Thanks!
Happy day!