REMINDER - Stay logged in for at least 2 hours a week to get whitelisted.
Also it helps build a picture where our "good traffic" is coming from for detection scripts.
:o)

TF Riser Revision 0 Arrives

TF CD32 Riser

Moderators: terriblefire, Terriblefire Moderator

terriblefire
Admin sponsor
Admin sponsor
Posts: 5687
Joined: 28 Aug 2017 22:56
Location: Glasgow, UK

Re: TF Riser Revision 0 Arrives

Post by terriblefire »

I’m more than happy to put my cube ide project on github for people to start playing with.
———
"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."
terriblefire
Admin sponsor
Admin sponsor
Posts: 5687
Joined: 28 Aug 2017 22:56
Location: Glasgow, UK

Re: TF Riser Revision 0 Arrives

Post by terriblefire »

Video out works as does the riser accelerator port :)
Capture.JPG
You do not have the required permissions to view the files attached to this post.
———
"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."
User avatar
arkadiusz.makarenko
Moderator Team
Moderator Team
Posts: 1371
Joined: 19 Jun 2019 07:36
Location: Edinburgh

Re: TF Riser Revision 0 Arrives

Post by arkadiusz.makarenko »

terriblefire wrote: 20 Jan 2020 11:32 I’m more than happy to put my cube ide project on github for people to start playing with.
Yes please.
I am waiting for my gear to arrive. I just bought cd32.
My f407 dev board arrived today, so I should be ale to start learning how to use hid libraries.

I may be wrong but this device may be only to serve as a host for 1 device with no support for hubs.

I did find this in stm32 usb docs:

Can the USB host library handle devices connected through a USB HUB?
No.The USB host library does not support HUB class.
Does the USB host library allow to handle multiple configuration devices?
No. Only single configuration devices are supported

So this might be limitation for mouse+keyboard combo?
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
terriblefire
Admin sponsor
Admin sponsor
Posts: 5687
Joined: 28 Aug 2017 22:56
Location: Glasgow, UK

Re: TF Riser Revision 0 Arrives

Post by terriblefire »

arkadiusz.makarenko wrote: 21 Jan 2020 23:01 Yes please.
I am waiting for my gear to arrive. I just bought cd32.
My f407 dev board arrived today, so I should be ale to start learning how to use hid libraries.

I may be wrong but this device may be only to serve as a host for 1 device with no support for hubs.

I did find this in stm32 usb docs:

Can the USB host library handle devices connected through a USB HUB?
No.The USB host library does not support HUB class.
Does the USB host library allow to handle multiple configuration devices?
No. Only single configuration devices are supported

So this might be limitation for mouse+keyboard combo?
I'm expecting to do a second revision of this board with 2 ARMs on it. But yeah thats probably why only the keyboard shows up.

Why not just build the riser rather than play around with dev boards? I never found dev boards to be particularly good for learning on.
———
"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."
User avatar
arkadiusz.makarenko
Moderator Team
Moderator Team
Posts: 1371
Joined: 19 Jun 2019 07:36
Location: Edinburgh

Re: TF Riser Revision 0 Arrives

Post by arkadiusz.makarenko »

terriblefire wrote: 21 Jan 2020 23:04
arkadiusz.makarenko wrote: 21 Jan 2020 23:01 Yes please.
I am waiting for my gear to arrive. I just bought cd32.
My f407 dev board arrived today, so I should be ale to start learning how to use hid libraries.

I may be wrong but this device may be only to serve as a host for 1 device with no support for hubs.

I did find this in stm32 usb docs:

Can the USB host library handle devices connected through a USB HUB?
No.The USB host library does not support HUB class.
Does the USB host library allow to handle multiple configuration devices?
No. Only single configuration devices are supported

So this might be limitation for mouse+keyboard combo?
I'm expecting to do a second revision of this board with 2 ARMs on it. But yeah thats probably why only the keyboard shows up.

Why not just build the riser rather than play around with dev boards? I never found dev boards to be particularly good for learning on.
I am planning to do the order this week and build it over following weekend.

I guess meanwhile I might be able to hijack gotek and debug firmware there :D
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
terriblefire
Admin sponsor
Admin sponsor
Posts: 5687
Joined: 28 Aug 2017 22:56
Location: Glasgow, UK

Re: TF Riser Revision 0 Arrives

Post by terriblefire »

You should be able to get a Blue Pill and a cheap ST Link v2 next day delivery from Amazon. You’ll need the ST Link either way.

Generally we might not want to use the USB library and maybe find porting the MiST USB code is better.
———
"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."
User avatar
arkadiusz.makarenko
Moderator Team
Moderator Team
Posts: 1371
Joined: 19 Jun 2019 07:36
Location: Edinburgh

Re: TF Riser Revision 0 Arrives

Post by arkadiusz.makarenko »

May I ask what bom is for non ARM stuff?
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
terriblefire
Admin sponsor
Admin sponsor
Posts: 5687
Joined: 28 Aug 2017 22:56
Location: Glasgow, UK

Re: TF Riser Revision 0 Arrives

Post by terriblefire »

arkadiusz.makarenko wrote: 22 Jan 2020 22:41 May I ask what bom is for non ARM stuff?
Here is the full bom from the eagle file.
cd32_riser.txt
You do not have the required permissions to view the files attached to this post.
———
"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."
User avatar
arkadiusz.makarenko
Moderator Team
Moderator Team
Posts: 1371
Joined: 19 Jun 2019 07:36
Location: Edinburgh

Re: TF Riser Revision 0 Arrives

Post by arkadiusz.makarenko »

terriblefire wrote: 22 Jan 2020 22:47
arkadiusz.makarenko wrote: 22 Jan 2020 22:41 May I ask what bom is for non ARM stuff?
Here is the full bom from the eagle file.

cd32_riser.txt
Thank you.
Parts ordered in Mouser. It took me a while to find connectors. I had to order db23 on ebay.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
terriblefire
Admin sponsor
Admin sponsor
Posts: 5687
Joined: 28 Aug 2017 22:56
Location: Glasgow, UK

Re: TF Riser Revision 0 Arrives

Post by terriblefire »

arkadiusz.makarenko wrote: 23 Jan 2020 18:54 Thank you.
Parts ordered in Mouser. It took me a while to find connectors. I had to order db23 on ebay.
Ah supaduper would have set you up with a DB23.

Looking over the MiST firmware.. it basically has USB hub support via reasonably clean interface for a max3421e usb chip.

So essentially if we write something that acts like that API in MiST then we would get all that support + FAT + Ethernet etc.. at least in theory. Then we'd need to interface it to the Amiga somehow but I can do that part. Might need a bigger CPLD.
———
"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."

Return to “TF CD32 Riser”

Who is online

Users browsing this forum: ClaudeBot and 3 guests