Questions / Suggestions for SD Card Version
Questions / Suggestions for SD Card Version
Hi Jeff.
I am thinking of building at least one sd card unit for me.. probably a few more..
1.
The current board layout has GND areas quite close to the vias.. that makes it difficult to solder without soldering stop coating (my prototype supplier doesn't offer that).. would it be possible to supply a board layout without these GND areas or at laest 2mm distance between any vias and/or pad..?
2.
I saw that an external power supply is needed.. Could a floppy power connector be used instead? The floppy connector should have +5V and +12V available.
3. Could you probably think of an interim release of the current status?
Meaning a smaler pcb - probably 2-layer - for professional pcb production?
Thanks for all of your work!
Peter
I am thinking of building at least one sd card unit for me.. probably a few more..
1.
The current board layout has GND areas quite close to the vias.. that makes it difficult to solder without soldering stop coating (my prototype supplier doesn't offer that).. would it be possible to supply a board layout without these GND areas or at laest 2mm distance between any vias and/or pad..?
2.
I saw that an external power supply is needed.. Could a floppy power connector be used instead? The floppy connector should have +5V and +12V available.
3. Could you probably think of an interim release of the current status?
Meaning a smaler pcb - probably 2-layer - for professional pcb production?
Thanks for all of your work!
Peter
PCB
Hi.
I decided to do PCB by myself. And I found some differences between "StandAlone_HXCFLOPPYEMULATOR_PCB.pdf" and "placement_layout_bottom.jpg". It concerns with pin25 and pin38 MCU
placement_layout_bottom.jpg shows us that pin25 and pin38 connected to somewhere, but "StandAlone_HXCFLOPPYEMULATOR_PCB.pdf" shows, that these pins are N/C.
Can I get fresh PCB version?
I decided to do PCB by myself. And I found some differences between "StandAlone_HXCFLOPPYEMULATOR_PCB.pdf" and "placement_layout_bottom.jpg". It concerns with pin25 and pin38 MCU

placement_layout_bottom.jpg shows us that pin25 and pin38 connected to somewhere, but "StandAlone_HXCFLOPPYEMULATOR_PCB.pdf" shows, that these pins are N/C.
Can I get fresh PCB version?

ZX-Spectrum/128k/TR-DOS/HxC Floppy Drive Emulator/YM2149F/ROM-DISK
Re: PCB
StandAlone_HXCFLOPPYEMULATOR_PCB.pdf is the lastest version of the pcb.Pryanick wrote:Hi.
I decided to do PCB by myself. And I found some differences between "StandAlone_HXCFLOPPYEMULATOR_PCB.pdf" and "placement_layout_bottom.jpg". It concerns with pin25 and pin38 MCU![]()
placement_layout_bottom.jpg shows us that pin25 and pin38 connected to somewhere, but "StandAlone_HXCFLOPPYEMULATOR_PCB.pdf" shows, that these pins are N/C.
Can I get fresh PCB version?
@petersieg:
the actual pcb is not for production. It's for prototyping/testing purpose only. i need to correct some design mistakes and before making a new pcb, i must be sure that all is ok. Additionnaly there still some missing firmware features.
Once all is ok (hardware and software), i will make a production pcb (smaller, 2 layers as you said).
I know that it's long, but this is needed to avoid bad surprise with the production.
Re: PCB
Everything about PCB is clear. I can draw it manualyJeff wrote: StandAlone_HXCFLOPPYEMULATOR_PCB.pdf is the lastest version of the pcb.

Now schematic...
Which schematic version is the lastest and does fit the lastest firmware version for pic18f4525?
Finaly, I need the lastest schematic version and the lastest firmware version for pic18f4525 for this schematic

ZX-Spectrum/128k/TR-DOS/HxC Floppy Drive Emulator/YM2149F/ROM-DISK
Floppy Emulator test
Hi, Jeff.
Today's evening I'm going to test Floppy Emulator (first start).
Should I change PIC18F4620 configuration bits or leave it by default?
TnX
Oh, I saw that when open hex into WinPic configuration bits changed from default to some other values...
Today's evening I'm going to test Floppy Emulator (first start).
Should I change PIC18F4620 configuration bits or leave it by default?
TnX
Oh, I saw that when open hex into WinPic configuration bits changed from default to some other values...
ZX-Spectrum/128k/TR-DOS/HxC Floppy Drive Emulator/YM2149F/ROM-DISK
Re: Floppy Emulator test
Jeff, does this file support 256 bit write? I found that ZX Spectrum can format hfe-image only at half volume. I mean not 720kb but 360kbJeff wrote:Pryanick wrote:Hi, Jeff.
Today's evening I'm going to test Floppy Emulator (first start).
Should I change PIC18F4620 configuration bits or leave it by default?
TnX
Oh, I saw that when open hex into WinPic configuration bits changed from default to some other values...

And when I'm trying to write on SD-card image - I've got errors when reading saved data.
ZX-Spectrum/128k/TR-DOS/HxC Floppy Drive Emulator/YM2149F/ROM-DISK
Re: Floppy Emulator test
note : Formatting is not really supported. This might work only if the image file uses the same track format (same sectors size and same number of sector per track). otherwise this will fail.
*.SCL & *.TRD images reading goes perfect.
With 256byte write something wrong. After saving into image Spectrum says - OK. But when trying to read saved data Spectrum says Error Tr.:0, Sec.:0, sometimes I get Error Tr.:0, Sec.:3 or Error Tr.:0, Sec.:9.
And one more thing: there are a huge number of *.SCL & *.TRD games images, when image-file cotain only one separate game (not entire TR-DOS 720k disk). After installing such image-file Spectrum can't see it. Running Quick Commander from the shadow ROM solves this problem.
With 256byte write something wrong. After saving into image Spectrum says - OK. But when trying to read saved data Spectrum says Error Tr.:0, Sec.:0, sometimes I get Error Tr.:0, Sec.:3 or Error Tr.:0, Sec.:9.
And one more thing: there are a huge number of *.SCL & *.TRD games images, when image-file cotain only one separate game (not entire TR-DOS 720k disk). After installing such image-file Spectrum can't see it. Running Quick Commander from the shadow ROM solves this problem.
ZX-Spectrum/128k/TR-DOS/HxC Floppy Drive Emulator/YM2149F/ROM-DISK
sound strange. Can you test the write support of your board with an another computer (a PC for example) ?Pryanick wrote:*.SCL & *.TRD images reading goes perfect.
With 256byte write something wrong. After saving into image Spectrum says - OK. But when trying to read saved data Spectrum says Error Tr.:0, Sec.:0, sometimes I get Error Tr.:0, Sec.:3 or Error Tr.:0, Sec.:9.
you can use this msdos floppy for the test:
https://hxc2001.com/floppy_drive_emulator/msdos.hfe
can you send me some of these images please?Pryanick wrote: And one more thing: there are a huge number of *.SCL & *.TRD games images, when image-file cotain only one separate game (not entire TR-DOS 720k disk). After installing such image-file Spectrum can't see it. Running Quick Commander from the shadow ROM solves this problem.