Page 2 of 68

Re: ST-IDE-ROM Dev Board v1 - BETA Testers

Posted: Sat Mar 02, 2019 1:35 pm
by rubber_jonnie
I am interested, but as also in for one of smonsons shifter boards, cost will play a part. Are you able to give me an idea of how much it'll be?

I've got a couple of boards well placed as test rigs, including one with a PAK 68/20 which would be quite interesting to try it out on.

Re: ST-IDE-ROM Dev Board v1 - BETA Testers

Posted: Sat Mar 02, 2019 2:29 pm
by exxos
rubber_jonnie wrote: Sat Mar 02, 2019 1:35 pm I am interested, but as also in for one of smonsons shifter boards, cost will play a part. Are you able to give me an idea of how much it'll be?
The IDE board will be less than £10 I imagine, its not going to include many parts.

Re: ST-IDE-ROM Dev Board v1 - BETA Testers

Posted: Sat Mar 02, 2019 2:37 pm
by rubber_jonnie
exxos wrote: Sat Mar 02, 2019 2:29 pm
rubber_jonnie wrote: Sat Mar 02, 2019 1:35 pm I am interested, but as also in for one of smonsons shifter boards, cost will play a part. Are you able to give me an idea of how much it'll be?
The IDE board will be less than £10 I imagine, its not going to include many parts.
In that case, I'm in too.

Re: ST-IDE-ROM Dev Board v1 - BETA Testers

Posted: Sat Mar 02, 2019 7:10 pm
by PhilC
Btw, do you have a list of what you've tested yet? I've got a few bits and pieces lined up when I buy the kit.

Re: ST-IDE-ROM Dev Board v1 - BETA Testers

Posted: Sat Mar 02, 2019 7:18 pm
by exxos
Forgottenmyname wrote: Sat Mar 02, 2019 7:10 pm Btw, do you have a list of what you've tested yet? I've got a few bits and pieces lined up when I buy the kit.
Not yet, its on my "to do list".. I will start a new thread on it Monday.

Re: ST-IDE-ROM Dev Board v1 - BETA Testers

Posted: Sun Mar 03, 2019 7:34 pm
by PhilC
One box full of random IDE drives acquired, ready to try and break the IDE board :D

Re: ST-IDE-ROM Dev Board v1 - BETA Testers

Posted: Sun Mar 03, 2019 8:30 pm
by rubber_jonnie
Forgottenmyname wrote: Sun Mar 03, 2019 7:34 pm One box full of random IDE drives acquired, ready to try and break the IDE board :D
Got some random laptop drives and an IDE to CF adapter and a couple of cards that need playing with.

Re: ST-IDE-ROM Dev Board v1 - BETA Testers

Posted: Mon Mar 04, 2019 12:42 am
by Icky
Here are some tips on how to setup your DEV boards for BETA testing

Grabbing the ACSI_10 line:

We need to tap off of Pin 10 of the ACSI connector port. I found the best way on my ST was to trace Pin 10 from the connector and find a via which was near the printer connector on this board. Putting a single header connector in the via allows for easy connection or you can disconnect if not using the IDE board.

IMG_3619.jpg
IMG_3619.jpg (155.88 KiB) Viewed 4131 times

MOD 1
Patching the board:

So this wouldn't be a DEV board without some patches so you will need to cut two tracks and put in two patch wires.

The picture below shows the two patch wires and track cut on the bottom side of the board. Cut the track where the ORANGE mark is and put in two patch wires marked in YELLOW and PINK.

IMG_3736.jpg
IMG_3736.jpg (168.99 KiB) Viewed 3894 times

One more track cut is needed on the top side of the board.

IMG_3587 (1).jpg
IMG_3587 (1).jpg (209.22 KiB) Viewed 4131 times

Sorting out the IDE header:

When putting in the IDE header don't run it all the way along, leave out the 5V and GND near the middle / top of the board. Use a header from the bottom of the board to provide the power rails to the IDE device.

Also you will have to remove one of the pins in the IDE header where the key is. Its easy to spot as there is no hole in the board there.

IMG_3597.jpg
IMG_3597.jpg (136.16 KiB) Viewed 4131 times

Plugging in the board

Plug the board into the DIL socket where your CPU used to be for me I only needed one more extra socket in the stack to get the right height to clear the other components on the ST.

Plug the ACSI_10 line in and also plug in your IDE device and power it from the power header.

IMG_3599.jpg
IMG_3599.jpg (355.6 KiB) Viewed 4131 times

Additional tips on the board

The below picture shows you where to plug in the ACSI_10 line.

For the resistor networks this one shows 4116R's but instead you can just solder resistors in the holes instead using 4116R's.

The TOS select jumper is the left most jumper on the board where you can switch between TOS104 and TOS206.

IMG_3587.jpg
IMG_3587.jpg (175.4 KiB) Viewed 4131 times

Good luck with your builds when you get your boards :)

Re: ST-IDE-ROM Dev Board v1 - BETA Testers

Posted: Thu Mar 07, 2019 7:47 am
by Icky
Small Update:

We have been doing more tests with the board and other devices connected. With a few tweaks to the firmware we have refined the interface a little more and are now looking forward for the BETA testing to begin.

Below is a parts list for the board:

Code: Select all

Part			Value		Package			Comments	
27C4096		27C4096			PLCC-44		
68000 		PLUG PINS		DIL64		
ATF1504AS	ATF1504AS-10AUJU84_TH	PLCC84_TH		Or can use ATF1508AS but is more expensive	
C1 - C5		1uf			C025-024X044		
C8		100uf			CE-025X085		
IC1		74LS245N		DIL20		
IC2		74LS245N		DIL20		
IDE-44		IDE-44-HEADER		HEADER 2 Rows, 20 Pos	
JP1		ACSI_10			HEADER 1 Row, 1 Pos		
JP2		PLD-BREAKOUT		HEADER 2 Rows, 6 Pos
JTAG		JTAG-ALTERA-10-PIN	HEADER 2 Ros, 5 Pos
LED1					LED5MM		
R1		1K			0204/7		
R2		100R			0204/7		
R3		10K			0204/7		
R4 - R15	100R			0204/7		
RN1		100R			DIL16			Can be replaced with 8x 100R resistors	
RN2		100R			DIL16			Can be replaced with 8x 100R resistors	
RN4		10K			SIL9		
SELECT1					HEADER 1 Row, 3 Pos		
SELECT2					HEADER 1 Row, 3 Pos		
TOS_SELECT				HEADER 1 Row, 3 Pos		
68000 SOCKET	SOCKET			DIL64

Re: ST-IDE-ROM Dev Board v1 - BETA Testers

Posted: Thu Mar 07, 2019 10:21 am
by rubber_jonnie
Sweet, probably already have some of this list :)