Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 01:45 17 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : SD Card on SSD1963

Author Message
envirotronics
Newbie

Joined: 18/02/2016
Location: Australia
Posts: 23
Posted: 04:19am 16 Dec 2020
Copy link to clipboard 
Print this post

Anyone know how to get access to the SD card on the SSD1963 LCD
I have the LCD bolted to the Xplor 100
I have been loading and saving stuff to the miniature SD Card on the XPLOR so far.
 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9755
Posted: 07:51am 16 Dec 2020
Copy link to clipboard 
Print this post

I think you emailed me about this.

The Micro-SD you have working now is all that the E100 will support.
There is a full-size socket on the 5" LCD module, but you CANNOT access more then ONE SD card on the system, so if you want to use the SD card socket on the LCD module, you cannot also use the on-board uSD socket on the E100 board.

This is simply cos MMBASIC only supports ONE SD card.

If you want to swap from the on-board uSD card to the full-size SD card on the LCD module, then at the command-prompt:

1) OPTION SDCARD DISABLE
2) OPTION SDCARD 47


For additional information, see this thread here:

https://www.thebackshed.com/forum/ViewTopic.php?TID=9037

The on-board uSD card socket is probably a better bet though, but if you just want to use the one on the LCD module, then just follow the above.

You have to disable the uSD card options as set first, to clear the pins used by the uSD card, and then reassign the new pin-47 as the CS pin for the full-size socket on the LCD module.  Pin-47 is specifically routed to the LCD SD card CS pin, so the above procedure will disable the on-board uSD card socket, and re-assign it to the SD card socket on the LCD module.

I hope that helps.
Smoke makes things work. When the smoke gets out, it stops!
 
envirotronics
Newbie

Joined: 18/02/2016
Location: Australia
Posts: 23
Posted: 10:04am 20 Dec 2020
Copy link to clipboard 
Print this post

Thank you very much Grogster.
Much appreciated
Best Regards
Graham - Envirotronics
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025