TF CD32 Riser Revision 2 Design Complete
Moderators: terriblefire, Terriblefire Moderator
-
terriblefire
- Admin sponsor

- Posts: 5686
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: TF CD32 Riser Revision 2 Design Complete
ok i'll see if its something else causing the crash
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
arkadiusz.makarenko
- Moderator Team

- Posts: 1371
- Joined: 19 Jun 2019 07:36
- Location: Edinburgh
Re: TF CD32 Riser Revision 2 Design Complete
@terriblefire
I might have been an idiot. Are you pulling code from here? https://github.com/arkadiuszmakarenko/TFRiserRev1F722
I might have been an idiot. Are you pulling code from here? https://github.com/arkadiuszmakarenko/TFRiserRev1F722
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
~ Stanislaw Lem
-
terriblefire
- Admin sponsor

- Posts: 5686
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: TF CD32 Riser Revision 2 Design Complete
Code: Select all
$ git config --get remote.origin.url
https://github.com/arkadiuszmakarenko/TFRiserRev1F722.git
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
arkadiusz.makarenko
- Moderator Team

- Posts: 1371
- Joined: 19 Jun 2019 07:36
- Location: Edinburgh
Re: TF CD32 Riser Revision 2 Design Complete
terriblefire wrote: 17 May 2020 21:55Seems yes?Code: Select all
$ git config --get remote.origin.url https://github.com/arkadiuszmakarenko/TFRiserRev1F722.git
Uff ok.. I had some other ones at some point, and for a moment I thought that I sent you wrong one...
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
~ Stanislaw Lem
-
arkadiusz.makarenko
- Moderator Team

- Posts: 1371
- Joined: 19 Jun 2019 07:36
- Location: Edinburgh
Re: TF CD32 Riser Revision 2 Design Complete
Now Keyboard LEDs support has been implemented. (changes pushed)
My laser on my CD32 is almost dead, my TF328 build was never completed due to RAM (more than 1 RAM chip was faulty - don't have enough spares, don't want to spend any more time or money on it...).
So at last I ordered parts for TF330. PCB and socket has been waiting for months now. And I need IDE workbench to continue proper testing of this Riser.
My laser on my CD32 is almost dead, my TF328 build was never completed due to RAM (more than 1 RAM chip was faulty - don't have enough spares, don't want to spend any more time or money on it...).
So at last I ordered parts for TF330. PCB and socket has been waiting for months now. And I need IDE workbench to continue proper testing of this Riser.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
~ Stanislaw Lem
-
terriblefire
- Admin sponsor

- Posts: 5686
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: TF CD32 Riser Revision 2 Design Complete
Yayarkadiusz.makarenko wrote: 18 May 2020 18:41 Now Keyboard LEDs support has been implemented. (changes pushed)
Damn i should have found you a TF330... Sorry.
My laser on my CD32 is almost dead, my TF328 build was never completed due to RAM (more than 1 RAM chip was faulty - don't have enough spares, don't want to spend any more time or money on it...).
So at last I ordered parts for TF330. PCB and socket has been waiting for months now. And I need IDE workbench to continue proper testing of this Riser.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
arkadiusz.makarenko
- Moderator Team

- Posts: 1371
- Joined: 19 Jun 2019 07:36
- Location: Edinburgh
Re: TF CD32 Riser Revision 2 Design Complete
I could just buy it, but this would be like cheating :Dterriblefire wrote: 18 May 2020 21:41Yayarkadiusz.makarenko wrote: 18 May 2020 18:41 Now Keyboard LEDs support has been implemented. (changes pushed)
Damn i should have found you a TF330... Sorry.
My laser on my CD32 is almost dead, my TF328 build was never completed due to RAM (more than 1 RAM chip was faulty - don't have enough spares, don't want to spend any more time or money on it...).
So at last I ordered parts for TF330. PCB and socket has been waiting for months now. And I need IDE workbench to continue proper testing of this Riser.
Soldering was my Lockdown Kryptonite. I just couldn't force myself to do it. I was so happy that I could work on Riser with soldering just jumpers and USB port.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
~ Stanislaw Lem
-
arkadiusz.makarenko
- Moderator Team

- Posts: 1371
- Joined: 19 Jun 2019 07:36
- Location: Edinburgh
Re: TF CD32 Riser Revision 2 Design Complete
Thanks to @supaduper I have all set up to continue working on riser.
With proper testing I can see that depress bug is much bigger issue in games which use keyboards (like Doom). When pressing more than one key at a time and releasing one of them or all of them only last button has depress signal sent to Amiga.
I will battle this issue this weekend.
With proper testing I can see that depress bug is much bigger issue in games which use keyboards (like Doom). When pressing more than one key at a time and releasing one of them or all of them only last button has depress signal sent to Amiga.
I will battle this issue this weekend.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
~ Stanislaw Lem
-
terriblefire
- Admin sponsor

- Posts: 5686
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: TF CD32 Riser Revision 2 Design Complete
I will fire over the CPLD firmware.. Its very basic and just passes PUNT via the CPLD at this stage.arkadiusz.makarenko wrote: 22 May 2020 10:17 Thanks to @supaduper I have all set up to continue working on riser.
With proper testing I can see that depress bug is much bigger issue in games which use keyboards (like Doom). When pressing more than one key at a time and releasing one of them or all of them only last button has depress signal sent to Amiga.
I will battle this issue this weekend.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
arkadiusz.makarenko
- Moderator Team

- Posts: 1371
- Joined: 19 Jun 2019 07:36
- Location: Edinburgh
Re: TF CD32 Riser Revision 2 Design Complete
Great.terriblefire wrote: 22 May 2020 10:29I will fire over the CPLD firmware.. Its very basic and just passes PUNT via the CPLD at this stage.arkadiusz.makarenko wrote: 22 May 2020 10:17 Thanks to @supaduper I have all set up to continue working on riser.
With proper testing I can see that depress bug is much bigger issue in games which use keyboards (like Doom). When pressing more than one key at a time and releasing one of them or all of them only last button has depress signal sent to Amiga.
I will battle this issue this weekend.
What cpld do I need 144?
and if you had some time could you tell me what resistors I need to change/fit to get video out working?
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
~ Stanislaw Lem
Who is online
Users browsing this forum: ClaudeBot and 0 guests