English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware > Hardware mods

 
 
Thread Tools
Old 19 November 2021, 21:26   #141
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
More thoughts: Your trapdoor RAM board has untapped potential as only 0,5Mbyte of each 2Mbyte chip is actually used. What about mapping the untapped memory into ZORRO II space?
Mathesar is offline  
Old 20 November 2021, 09:12   #142
PeteAU
Registered User
 
Join Date: Dec 2016
Location: Australia
Posts: 113
Quote:
Originally Posted by Mathesar View Post
You had the same idea that I had . Yes, the idea was to separate the accelerator and ram boards. And yes, the plan is to have connectors on the side... This way I can develop in phases, first a DMA compatible 14MHz cpu (maybe with SD interface), then a fast ram board. Maybe we could indeed do a dram board. I think autoconfig is also doable with just discrete logic.... No GAL's needed. I never looked into a 21MHz version but the biggest problem would probably be the E clock.
It's a neat idea, to have modular boards with a connector on the side. Maybe 2.00mm to save space? Then there could be a SRAM ranger board, SRAM auto-config board, DRAM board, or whatever people want to come up with.

A few jobs ago (oh crap, 10+ years ago) I did a little product with microcontroller and SDcard interface. Many micros come with pretty good SD and FAT16/32 libraries. But you're getting into quite a project there. Or did you mean to do the SD software on the Amiga side?


Quote:
Originally Posted by Mathesar View Post
More thoughts: Your trapdoor RAM board has untapped potential as only 0,5Mbyte of each 2Mbyte chip is actually used. What about mapping the untapped memory into ZORRO II space?
Hmmm... I left a pad for "A9" on the board, half thinking about that - but can't really imagine how - because Agnus is RAS/CASing them. Header and ribbon cable back to the CPU board?
PeteAU is offline  
Old 20 November 2021, 11:49   #143
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
Quote:
Originally Posted by PeteAU View Post
Hmmm... I left a pad for "A9" on the board, half thinking about that - but can't really imagine how - because Agnus is RAS/CASing them. Header and ribbon cable back to the CPU board?

You can just expand your trick to map 512K blocks into the Amiga's memory space. But instead of mapping the 512K blocks to $C00000, map them to $200000. Getting the full 2Mbyte out of the DRAM chips is tricky because of the refresh (it can be done but not with a few simple discrete chips), so we are stuck with 512 rows but we can address 1024 columns by using A9 together with ~CAS. This way we can double the amount of memory we get out of the 4 dram chips. It won't be real (as in "fast") fastram but it will be cheap!
Mathesar is offline  
Old 20 November 2021, 11:56   #144
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
Quote:
Originally Posted by PeteAU View Post
Many micros come with pretty good SD and FAT16/32 libraries. But you're getting into quite a project there. Or did you mean to do the SD software on the Amiga side?

It's not too difficult, I have Mika's "A500ide" running here which uses the a simple device driver written in assembly. That driver can be modified to talk to an SD card instead of an IDE device. As long as the driver allows reading and writing of 512 byte sectors it will work. (Oh and we need to fake some sector/cylinder/surfaces thing for HDtoolbox to work).
And there are other open source drivers out there as well, including SD card drivers. But again, to stay in the spirit of easy DIY-able designs, it will be a pretty simple hardware interface so it will be relatively slow.
Mathesar is offline  
Old 22 November 2021, 11:46   #145
PeteAU
Registered User
 
Join Date: Dec 2016
Location: Australia
Posts: 113
Quote:
Originally Posted by Mathesar View Post
It's not too difficult, I have Mika's "A500ide" running here which uses the a simple device driver written in assembly. That driver can be modified to talk to an SD card instead of an IDE device. As long as the driver allows reading and writing of 512 byte sectors it will work. (Oh and we need to fake some sector/cylinder/surfaces thing for HDtoolbox to work).
And there are other open source drivers out there as well, including SD card drivers. But again, to stay in the spirit of easy DIY-able designs, it will be a pretty simple hardware interface so it will be relatively slow.
It does sound good. Super simple hardware and save the complexity for the drivers. A little faster than a floppy is good enough IMO.

Maybe people would enjoy a simple microSD card interface added to your existing design. It would be the simplest accel/ram/hdd card out there. I'd build one up.
PeteAU is offline  
Old 29 November 2021, 16:30   #146
utri007
mä vaan
 
Join Date: Nov 2001
Location: Finland
Posts: 1,653
Quote:
Originally Posted by Mathesar View Post
That is very low. I need to check my old measurements to come up with a different resistor value for the PLL. The low value of 1.6V means that the dutycycle of the clock is not 50%. This influences the timing and may thus be a reason that it does not work well with the IDE68K.
My friend did some desoldering and now it shows 2,7v. MKL's IDE still not working.
utri007 is offline  
Old 04 December 2021, 08:39   #147
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
Quote:
Originally Posted by utri007 View Post
My friend did some desoldering and now it shows 2,7v. MKL's IDE still not working.
That's a very good value. Strange that it still does not work. I am sorry.
As soon as I have some more time I will work further on the next revision of this board. There is an SD card controller in the pipeline and I have the schematics done for a version that supports DMA to make the A590 side car work. However, that release will be beginning of next year. This month is going to be too busy for any hobby work I'm afraid. (First up is Sint Nicolaas!)
Mathesar is offline  
Old 04 December 2021, 14:51   #148
utri007
mä vaan
 
Join Date: Nov 2001
Location: Finland
Posts: 1,653
Quote:
Originally Posted by Mathesar View Post
That's a very good value. Strange that it still does not work. I am sorry.
As soon as I have some more time I will work further on the next revision of this board. There is an SD card controller in the pipeline and I have the schematics done for a version that supports DMA to make the A590 side car work. However, that release will be beginning of next year. This month is going to be too busy for any hobby work I'm afraid. (First up is Sint Nicolaas!)
No need to be sorry, this is hobby and happy to be part of it. Some times this kind of things happen.
utri007 is offline  
Old 05 December 2021, 09:42   #149
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
Oke, for a super simple SPI controller using old-school 7400 logic we will have to do the bit-shifting in software. The hardware will be a just a 1-bit interface
So, the trick is in the software. What is the quickest way of shifting 8 bits into memory? What do you think of this routine (the 1-bit interface is connected to bit#7 of the IO port):
Code:
;read one sector of 512 bytes to memory pointed to by (A2)
Read_Sector:	
		lea		SPI,a1		;pointer to SPI interface I/O port
		move.w		#511,d2		;init sector byte counter
		
Loop:		move.b 		(a1),d1		;read one bit
		add.w		d1,d1		;shift left
		move.b 		(a1),d1		;read one bit
		add.w		d1,d1		;shift left
		move.b 		(a1),d1		;read one bit
		add.w		d1,d1		;shift left
		move.b 		(a1),d1		;read one bit
		add.w		d1,d1		;shift left
		move.b 		(a1),d1		;read one bit
		add.w		d1,d1		;shift left
		move.b 		(a1),d1		;read one bit
		add.w		d1,d1		;shift left
		move.b 		(a1),d1		;read one bit
		add.w		d1,d1		;shift left
		move.b 		(a1),d1		;read one bit
		lsr.w		#7,d1		;shift right to right align complete byte
		
		move.b 		d1,(a2)+	;store byte
		dbra		d2,Loop	
		rts
According to my calculations this routine needs 130 cycles per byte. So, @7Mhz running out of chipmem we can do about 45 Kbytes/s or so....
Using a 14MHz CPU running out of fast ram we can do 107 Kbytes/s. Not too bad imho.
Mathesar is offline  
Old 05 December 2021, 11:32   #150
PeteAU
Registered User
 
Join Date: Dec 2016
Location: Australia
Posts: 113
Quote:
Originally Posted by Mathesar View Post
According to my calculations this routine needs 130 cycles per byte. So, @7Mhz running out of chipmem we can do about 45 Kbytes/s or so....
Using a 14MHz CPU running out of fast ram we can do 107 Kbytes/s. Not too bad imho.
With no seek times, it should boot up WB pretty well
I'm sure a 68K ASM wiz will come along and shave a couple of cycles off.
Where in memory will SPI live?
PeteAU is offline  
Old 05 December 2021, 11:36   #151
hooverphonique
ex. demoscener "Bigmama"
 
Join Date: Jun 2012
Location: Fyn / Denmark
Posts: 1,624
Quote:
Originally Posted by Mathesar View Post
Oke, for a super simple SPI controller using old-school 7400 logic we will have to do the bit-shifting in software. The hardware will be a just a 1-bit interface
So, the trick is in the software. What is the quickest way of shifting 8 bits into memory? What do you think of this routine (the 1-bit interface is connected to bit#7 of the IO port):
That doesn't look too bad regarding combining 8 bits to a byte - I have a feeling there's a solution where you can avoid the final right shift though, given the input goes into the sign bit.


How do you synchronize the spi read with the clock - is the hw generating a clock pulse each time the spi address is accessed?


I suppose this interface only supports a single spi mode then
hooverphonique is offline  
Old 05 December 2021, 15:32   #152
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
Quote:
Originally Posted by hooverphonique View Post
How do you synchronize the spi read with the clock - is the hw generating a clock pulse each time the spi address is accessed?
I suppose this interface only supports a single spi mode then
Yes, I generate one clock pulse for each bit read or written using the data strobe signals. And multiple SD cards are easily supported by having multiple chip select lines. To latch the chip select line I am currently looking at the HCT74 and there are 2 flipflops in each package. So, 2 SD cards will be "free of charge" so to say. I think I can built the whole interface with 4 or 5 logic chips.

Edit: Oh, now I think you meant SPI modes as in clock polarity and such. Yes, only a single mode supported
Mathesar is offline  
Old 05 December 2021, 16:33   #153
hooverphonique
ex. demoscener "Bigmama"
 
Join Date: Jun 2012
Location: Fyn / Denmark
Posts: 1,624
Quote:
Originally Posted by Mathesar View Post
Edit: Oh, now I think you meant SPI modes as in clock polarity and such. Yes, only a single mode supported
hooverphonique is offline  
Old 05 December 2021, 19:12   #154
pandy71
Registered User
 
Join Date: Jun 2010
Location: PL?
Posts: 2,741
74299?
pandy71 is offline  
Old 05 December 2021, 20:18   #155
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
Quote:
Originally Posted by PeteAU View Post
Where in memory will SPI live?
Somehere @$BFxxxxx or @$DAxxxxx without interfering with CIA' or A600/A1200 ide. There are plenty of addresses available there I think.
Mathesar is offline  
Old 05 December 2021, 20:18   #156
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
Quote:
Originally Posted by pandy71 View Post
74299?
42?
Mathesar is offline  
Old 05 December 2021, 21:15   #157
pandy71
Registered User
 
Join Date: Jun 2010
Location: PL?
Posts: 2,741
Quote:
Originally Posted by Mathesar View Post
42?
Great idea...
pandy71 is offline  
Old 09 December 2021, 20:37   #158
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
Quote:
Originally Posted by pandy71 View Post
Now I get it . The number didn't ring a bell...
A hardware shifter would be quicker but would also require a lot more logic chips. It's not only the shifter itself, it's also a bit counter and some logic (interrupt, flag, waitstates, etc) to synchronize shifting with cpu access (the cpu needs to know when shifting is done so it can read the data). The whole idea is to keep the hardware as simple as possible so that anyone can build it.
Mathesar is offline  
Old 09 December 2021, 22:00   #159
pandy71
Registered User
 
Join Date: Jun 2010
Location: PL?
Posts: 2,741
Quote:
Originally Posted by Mathesar View Post
Now I get it . The number didn't ring a bell...
A hardware shifter would be quicker but would also require a lot more logic chips. It's not only the shifter itself, it's also a bit counter and some logic (interrupt, flag, waitstates, etc) to synchronize shifting with cpu access (the cpu needs to know when shifting is done so it can read the data). The whole idea is to keep the hardware as simple as possible so that anyone can build it.
NP, from my perspective anything starting by 74 immediately trigger TTL.
Fair approach but probably everyone capable to order PCB (as probably nobody nowadays doing PCB by himself) and solder all elements and make board run is capable to solder even 3 more IC's.
Guys who prefer to buy assembled and working PCB probably don't care about 3$ more... And i have strong impression that 150KBps vs 500KBps is something worth such complication.
Anyway it was just quick idea.
Thank you for all work! Appreciate it very much.
pandy71 is offline  
Old 23 December 2021, 09:27   #160
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
Can anyone tell where the FAST ram in the A590 / GVP HD+ and all these other side cars ends up? I assume, as they are supporting autoconfig they will end up in Zorro II space. But the SCSI part will also be mapped there.

I ask because I need to map the ranger RAM to somewhere in Zorro II space the "dirty" way (so without autoconfig) to make it DMA capable. It is probably safest to map it high up in the Zorro II space. One candidate address is $900000 to $9FFFFF, I only need to swap a few wires for that. One will have to use the addmem utility though to use it...

Any ideas?
Mathesar is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
68000 Alien Vs Predator Jaguar Source code redblade Coders. Asm / Hardware 31 14 July 2022 20:18
14Mhz Accelerator Kai Hardware mods 145 27 July 2021 11:11
Open Source A500 accelerator cooking nicely Pat the Cat News 23 02 January 2017 01:39
AGA on 14mhz 68000 little request.UAE Wishlist 6 03 May 2012 23:09
A2620 Accelerator Card 12mhz instead of 14mhz. Problem? kjmann14 support.Hardware 1 19 May 2011 00:35

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 15:46.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11153 seconds with 16 queries