Welcome, Guest. Please login or register.


Author Topic: Internal memory expansion plus USB (Read 16890 times)

Offline elmer

  • EP fan
  • *
  • Posts: 196
  • Country: us
Re: Internal memory expansion plus USB
« Reply #30 on: 2021.March.18. 16:50:52 »
I've had some feedback from a professional electronic engineer, who told me that the PORT1 chip wasn't needed because the FTDI's data bus is tri-state.

So I have altered the board layout, and also added a resistor network to pull up the status lines, which tri-state whenever the FTDI chip is held in /RESET, which happens whenever the USB cable is not connected to a PC.

Here's the current layout ...



Offline dangerman

  • EP fan
  • *
  • Posts: 100
Re: Internal memory expansion plus USB
« Reply #31 on: 2021.March.19. 22:39:07 »
Great stuff! :smt041

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14722
  • Country: hu
    • http://enterprise.iko.hu/
Re: Internal memory expansion plus USB
« Reply #32 on: 2021.March.20. 20:02:12 »
Just one idea: Is it possible to add 512K Flash ROM? To store the USB driver and other ROMs.
« Last Edit: 2021.March.21. 09:55:40 by szipucsu »

Offline elmer

  • EP fan
  • *
  • Posts: 196
  • Country: us
Re: Internal memory expansion plus USB
« Reply #33 on: 2021.March.21. 18:20:36 »
Great stuff! :smt041

Thanks, I'm learning a lot while trying to design this. :mrgreen:

Offline elmer

  • EP fan
  • *
  • Posts: 196
  • Country: us
Re: Internal memory expansion plus USB
« Reply #34 on: 2021.March.21. 18:28:47 »
Just one idea: Is it possible to add 512K Flash ROM? To store the USB driver and other ROMs.

JLCPCB do not offer any modern surface-mount 5V 512KB flash ROM chips, so I can't just add one to the board.

They do list one type of 128KB flash ROM, but it is never in stock and available for manufacture, and so there is no point in even trying to add that to my design.


It might be possible to add a DIP socket to the board, but it would make the board significantly larger.

Even then, I am not sure that I could add in a 32-pin socket for a 39SF040/27C040, but it might be slightly more reasonable to add in a 28-pin socket for a 64KB 27C512, which would be plenty of space for a driver and a couple of ROMs.


Now having said that ... what driver are we talking about?

I can't imagine the USB serial port as a boot-time bulk-storage replacement for either the SD Card Adapter, or the MicroTeam floppy disk interface, or the Symbiface 3, and all three of those existing hardware boards already have plenty of unused ROM space that could be used for such a driver, if someone wanted to write one and create something like a "DriveWire".


If you want to change the EXOS "SERIAL:" driver to use the USB, then that might be more sensible to do inside the EXOS ROM itself, especially because there is still 6KB of unused space within the EXOS 2.4 ROM.


If you are really talking about having some space for existing ROMs, then do people really want that?  If so, would 64KB be enough?  Yes, I know that there are more than 64KB of Enterprise ROMs, but are they useful ROMs that people need to be permanently inside the Enterprise, or can they just be loaded with EPDOS's "LROM"?


Oh, one more thing ... since I am very new at this, I am also worried about adding too many new device loads onto the Z80's memory and data buses.

Offline BitHajlito

  • Beginner
  • *
  • Posts: 32
    • Támogató Támogató
Re: Internal memory expansion plus USB
« Reply #35 on: 2021.March.21. 20:22:22 »
Hello elmer

I want to order too, if you finished the design. 1 piece. Thank you.

Offline elmer

  • EP fan
  • *
  • Posts: 196
  • Country: us
Re: Internal memory expansion plus USB
« Reply #36 on: 2021.March.26. 16:54:45 »
It might be possible to add a DIP socket to the board, but it would make the board significantly larger.

Even then, I am not sure that I could add in a 32-pin socket for a 39SF040/27C040, but it might be slightly more reasonable to add in a 28-pin socket for a 64KB 27C512, which would be plenty of space for a driver and a couple of ROMs.

I've spent a lot of time trying to reorganize the circuit board to add either a 28-pin or 32-pin DIP for a ROM, and it just isn't working out well. :(

I think that it is probably best for me to go ahead and order just a couple of boards with the current design, and make sure that it works properly.

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: Internal memory expansion plus USB
« Reply #37 on: 2021.March.26. 18:12:28 »
Have you tried to use the bottom side to put the Eprom Socket alone? There is enough space for it.

I tried it successfully on one of my Saint's memory expansions. What I did was to solder the flashrom chip pins to the Ram chip pin-tips on the underside.

 



Clarification: not all pins where soldered, as some signals go in different pin positions on FlashRoms and Rams.
« Last Edit: 2021.March.26. 18:29:48 by gflorez »

Offline elmer

  • EP fan
  • *
  • Posts: 196
  • Country: us
Re: Internal memory expansion plus USB
« Reply #38 on: 2021.March.27. 17:22:57 »
Have you tried to use the bottom side to put the Eprom Socket alone? There is enough space for it.

Yes, I did consider putting the flash ROM DIP on the bottom of the board, but it doesn't help because you still need through-holes for the pins, and the surface-mount RAM chips are the same width as the flash ROM, meaning that you can't interleave the parts on the board, and so you still need to move the SRAM chips out of the way by exactly the same amount that you would if you put the flash ROM on the top of the board.

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: Internal memory expansion plus USB
« Reply #39 on: 2021.March.27. 20:36:58 »
Sorry, as usual I have not explained me well....

I mean to add a 5v FlashRom on PLCC packgage, there are SMD sockets for it.

Or it can be totally soldered, on PLCC or TSOP encapsulate, but then you need to take the /WE signal from the EP mainboard. Zozo can modify his SD cartridge updater software. It also uses AMD.

Offline elmer

  • EP fan
  • *
  • Posts: 196
  • Country: us
Re: Internal memory expansion plus USB
« Reply #40 on: 2021.March.27. 22:34:38 »
Or it can be totally soldered, on PLCC or TSOP encapsulate, but then you need to take the /WE signal from the EP mainboard. Zozo can modify his SD cartridge updater software.

So you mean like this board ...

[ Guests cannot view attachments ]


The problem with that, is the question of who is going to add those components to the bottom of the board?

The PCB manufacturer will not do it, and I am certainly not capable of hand-soldering either an SMT PLCC socket or a TSOP package.

Neither are most of the people here, I suspect, or they would have already built their own boards.


Replacing the USB components with a through-hole PLCC socket is something that I can imagine would work, and be something that probably more people could solder on at home because it is 0.1" spacing ... but I have no interest in that myself, because having the USB is the most interesting part of the board to me.

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: Internal memory expansion plus USB
« Reply #41 on: 2021.March.28. 07:43:54 »
You are right. I tend to think all as a challenge. Once having lots of memory and a way to load files, Roms can be emulated.

Simplicity is also important.



Offline elmer

  • EP fan
  • *
  • Posts: 196
  • Country: us
Re: Internal memory expansion plus USB
« Reply #42 on: 2021.June.08. 03:34:49 »
For anyone wondering what has happened with this ... I got sidetracked with another project, and when I was ready to come back to this and place an order for production, JLCPCB had run out of stock of the FT245R chips.

I keep on checking regularly to see if the part has become available again, but with no luck.

I don't know if this is related the global shortage of components that everyone is complaining about, but I don't think that there is much that I can do, except to keep on waiting.

Offline geco

  • EP addict
  • *
  • Posts: 7082
  • Country: hu
    • Támogató Támogató
Re: Internal memory expansion plus USB
« Reply #43 on: 2021.June.08. 16:00:05 »
sad news, but yes, i heard the same issue from others too, a lot of things are out of stock.

Offline dangerman

  • EP fan
  • *
  • Posts: 100
Re: Internal memory expansion plus USB
« Reply #44 on: 2021.June.09. 20:55:48 »
That's annoying. Hope that stock comes back soon.