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.
atmega8 Guru Joined: 19/11/2013 Location: GermanyPosts: 727
Posted: 04:20pm 09 Nov 2021
Copy link to clipboard
Print this post
Hallo,
is there anybody out there, who can tell me how to asign the correct pins with OPTION SYSTEM SPI......... for the on board SD card?
THX
Edited 2021-11-10 02:21 by atmega8
atmega8 Guru Joined: 19/11/2013 Location: GermanyPosts: 727
Posted: 04:42pm 09 Nov 2021
Copy link to clipboard
Print this post
Maybe this way:??:
Option System SPI Clock (=SCK), MOSI (=SDO), MISO (=SDI)
If this is correct, i think it would be a good Idea to put it in the Manual. Just my Opinion.
WIKI says:
MOSI (Master Out -> Slave In) also SDO (Serial Data Out) or DO MISO (Master In <- Slave Out) also SDI (Serial Data In) or DI SCK (Serial Clock) Edited 2021-11-10 02:43 by atmega8
atmega8 Guru Joined: 19/11/2013 Location: GermanyPosts: 727
Posted: 04:55pm 09 Nov 2021
Copy link to clipboard
Print this post
But with this Settings:
option system spi GP10,GP12,GP11 Error : Not valid SPI pins
matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10614
Posted: 04:56pm 09 Nov 2021
Copy link to clipboard
Print this post
option system spi GP10,GP11,GP12 option sdcard GP15
atmega8 Guru Joined: 19/11/2013 Location: GermanyPosts: 727
Posted: 04:57pm 09 Nov 2021
Copy link to clipboard
Print this post
So Maker PI PICO is not compatible with MMBASIC and SD Card?
twofingers Guru Joined: 02/06/2014 Location: GermanyPosts: 1681
Posted: 04:58pm 09 Nov 2021
Copy link to clipboard
Print this post
Option System SPI Clock (=SCK), MOSI (=SDO), MISO (=SDI)