Page 2 of 2

Re: Bid and get a 64K RamPack ...

Posted: Mon Oct 16, 2023 9:36 am
by Martin

What do you mean by "Resizing" ?
-
Hi Yves and other watching

The test report on Andrews 256K Ram Pack (here) has some references to Resizing Pack Issues

Martin

Re: Bid and get a 64K RamPack ...

Posted: Sun Oct 29, 2023 2:03 pm
by Yves
Thanks for all theses information!
I will be interested to know what kind of "hardware" used to block theses issues, diodes or just a capacity to control the discharge?

Re: Bid and get a 64K RamPack ...

Posted: Sun Oct 29, 2023 4:21 pm
by amenjet
I haven't quite worked out what is causing the remaining resizing issues. One problem is that the write signal to the RAM chip is 'active low' which means that if the RAM chip sees a low voltage then it will write data into it's storage. This is an issue as the write line is driven from externally and when the card is removed the external signals go low. This was causing the odd write when the pack was removed or inserted as a write signal would be seen while the signals from the organiser sorted themselves out. To help with this problem I added a transistor that is powered from the battery and holds the signal high even when the pack is removed.

In a similar way, the RAM chip has a chip enable that has to be high to enable the IC. I wire this to the 5V supply so when the pack is removed the 5V supply is removed and the RAM chip disables itself. That wasn't enough to prevent some writes, which is why I had to add the transistor circuit I described earlier.

Andrew

Re: Bid and get a 64K RamPack ...

Posted: Tue Oct 31, 2023 11:24 pm
by Yves
Very interesting to understand the logic behind it. A transistor seems to be the right solution...

Thank you for the information.