2 Micro SD Cards

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 7.

Moderator: Benj

Post Reply
User avatar
Alan_37
Posts: 179
Joined: Sun May 01, 2016 8:36 pm
Has thanked: 51 times
Been thanked: 54 times

2 Micro SD Cards

Post by Alan_37 »

Hi

I need to add the second Micro SD Card in my project to use as Ram Disk but doing so the hex file increases from 31k to 48k
is there a way from flowcode to just change the SS pin and use only 1 SD component .

Thanks

EtsDriver
Posts: 444
Joined: Tue Apr 15, 2014 4:19 pm
Location: Kajaani, Finland
Has thanked: 345 times
Been thanked: 227 times

Re: 2 Micro SD Cards

Post by EtsDriver »

Have you considered using a real RAM chip instead of SD card?
http://www.microchip.com/design-centers ... ial-nvsram
Ill just keep the good work up!

User avatar
Alan_37
Posts: 179
Joined: Sun May 01, 2016 8:36 pm
Has thanked: 51 times
Been thanked: 54 times

Re: 2 Micro SD Cards

Post by Alan_37 »

hi EtsDriver

Thanks for your reply ,

Was thinking about that option , That will surely have better read/write endurance and speed but, do we have an SRAM Component in flowcode ?

User avatar
Alan_37
Posts: 179
Joined: Sun May 01, 2016 8:36 pm
Has thanked: 51 times
Been thanked: 54 times

Re: 2 Micro SD Cards

Post by Alan_37 »

Hi

Just checked the datasheet of the 23LVC1024 and it seems fairly easy to interface via SPI ,
just ordered 2 of them will see :)

Thanks for the suggestion .

Post Reply