Hi;
I've been putting together the SC131 Pocket-sized Z180 RomWBW CP/M computer kit (purchased off Tindie, incl. component kit) and was congratulating myself on a clean build working on the first attempt after I successfully booted into CP/M (ROM/Flash installed only).
However, as I was moving on to install the SD card reader included with the kit, I found that either with or without the reader installed, I got the same startup message suggesting the SD card has not been mounted:
RomWBW HBIOS v3.0, 2020-03-27
SC131 Z8S180-N @ 18.432MHz IO=0xC0
0 MEM W/S, 2 I/O W/S, INT MODE 2
512KB ROM, 512KB RAM
ASCI0: IO=0xC0 ASCI W/BRG MODE=115200,8,N,1
ASCI1: IO=0xC1 ASCI W/BRG MODE=115200,8,N,1
MD: UNITS=2 ROMDISK=384KB RAMDISK=384KB
SD: MODE=SC OPR=0x0C CNTR=0xCA TRDR=0xCB DEVICES=1
SD0: NO MEDIA
Unit Device Type Capacity/Mode
---------- ---------- ---------------- --------------------
Char 0 ASCI0: RS-232 115200,8,N,1
Char 1 ASCI1: RS-232 115200,8,N,1
Disk 0 MD1: RAM Disk 384KB,LBA
Disk 1 MD0: ROM Disk 384KB,LBA
Disk 2 SD0: SD Card --
In the card reader is a SanDisk Ultra 16GB but there's no visible difference with or without inserting the SD card.
Basic sanity check (DC measurements):
* Power rails to SD card adaptor fine.
* CS: +5V
* SCK: +5V
* MOSI: +5V
* MISO: +3.3V (?)
AC measurement summary:
On a scope, after pressing Reset, I see CS drop from +5V to about +3V for about 1000ms, then drop down to about +1V for about 200ms, then back up to +3V for about 300ms before settling again on +5V
For SCK, start state is +5V and after an initial delay after Reset, there's a burst of about 300ms of activity, before settling at +5V as well.
On MOSI, start state is +5V and I see 2 small and fast bursts, around 3500uS before settling at +5V again.
MISO is dead flat at 3.3V before and after Reset.
I buzzed out the 6 connectionss on the SD card adaptor and they all seem good:
* CS continuity to 74HCT249 pin 4 (and nowhere else on the connector)
* SCK, MOSI and MISO continuity to CPU pins 57, 55, 56 respectively (and nowhere else)
* VCC/GND connected to the power rauls rails of SC131.
I assume this implies that either the SD card module from the kit, or RXS on the CPU is is defunct. (Assuming that the card module is known to be compatible when it was part of the kit.)
What would be a good next step to narrow it down further?
Thanks in advance!