Page 1 of 2

Flaco from France

Posted: 16 Oct 2021 22:39
by flaco
Hi Exxos forum users,

As a hobby, I am hacking the hardware of my Amstrad CPCs, Amigas and Atari STF. I like making my own expansion boards for them and learning a lot in the process (KiCad, verilog, stm32).
I am also impressed by what the software developers have released for these machines during the last few years, both in numbers and quality. Thank you guys !

Flaco

Re: Flaco from France

Posted: 16 Oct 2021 23:13
by exxos
:welcomewave:

Re: Flaco from France

Posted: 16 Oct 2021 23:52
by Badwolf
Salut!

BW

Re: Flaco from France

Posted: 17 Oct 2021 09:14
by rubber_jonnie
:welcomewave:

Re: Flaco from France

Posted: 17 Oct 2021 12:44
by arkadiusz.makarenko
Welcome!

What did you do on stm32?

Re: Flaco from France

Posted: 17 Oct 2021 14:52
by sporniket
Bonjour et bienvenue :)

Re: Flaco from France

Posted: 17 Oct 2021 15:41
by JezC
:swave:
Welcome to the forum!

Re: Flaco from France

Posted: 17 Oct 2021 16:47
by olivier.jan
Salut, bienvenue ! :welcomewave:

Re: Flaco from France

Posted: 27 Oct 2021 21:18
by flaco
arkadiusz.makarenko wrote: 17 Oct 2021 12:44 What did you do on stm32?
Thanks for asking.

The original ones I prefer for my retro systems are :
-a RAM/flash ROM board where the stm32f103 does uPD765 emulation, to use floppy images from a SD card on my CPC464
-an adapter (or should I say a hub) to use several USB controllers (pad, mouse, kbd) on the CPC, and a similar one for the Amiga(CD32)/Atari
-an adapter to use a USB keyboard on my Amigas (my spare A500 came without a keyboard, and I own a CD32)

I also made a gotek clone with OSD (F105+F103) and drive swap that I installed inside my A500 and 1200 while keeping the original floppy drive. However this one mostly uses existing designs and the firmwares from Keir Fraser, so it is not really original.

Re: Flaco from France

Posted: 27 Oct 2021 21:30
by arkadiusz.makarenko
flaco wrote: 27 Oct 2021 21:18
arkadiusz.makarenko wrote: 17 Oct 2021 12:44 What did you do on stm32?
Thanks for asking.

The original ones I prefer for my retro systems are :
-a RAM/flash ROM board where the stm32f103 does uPD765 emulation, to use floppy images from a SD card on my CPC464
-an adapter (or should I say a hub) to use several USB controllers (pad, mouse, kbd) on the CPC, and a similar one for the Amiga(CD32)/Atari
-an adapter to use a USB keyboard on my Amigas (my spare A500 came without a keyboard, and I own a CD32)

I also made a gotek clone with OSD (F105+F103) and drive swap that I installed inside my A500 and 1200 while keeping the original floppy drive. However this one mostly uses existing designs and the firmwares from Keir Fraser, so it is not really original.
Did you use ST HAL USB Host stack by any chance or some 3rd party usb stacks?