I dont think its vital. But we'd need 2 ports at least otherwise.arkadiusz.makarenko wrote: Mon Mar 02, 2020 9:47 pm @terriblefire
Do we really want hub support for this project?
Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)
It helps build a picture where our "good traffic" is coming from..
Thanks :)
TF Riser Revision 0 Arrives
Moderators: terriblefire, Terriblefire Moderator
-
terriblefire
- Admin sponsor

- Posts: 5687
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: TF Riser Revision 0 Arrives
———
"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: Wed Jun 19, 2019 7:36 am
- Location: Edinburgh
Re: TF Riser Revision 0 Arrives
This bit should be easily done on any newer stm32 chip.terriblefire wrote: Tue Mar 03, 2020 12:03 amI dont think its vital. But we'd need 2 ports at least otherwise.arkadiusz.makarenko wrote: Mon Mar 02, 2020 9:47 pm @terriblefire
Do we really want hub support for this project?
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
~ Stanislaw Lem
- arkadiusz.makarenko
- Moderator Team

- Posts: 1371
- Joined: Wed Jun 19, 2019 7:36 am
- Location: Edinburgh
Re: TF Riser Revision 0 Arrives
I managed to complete composite device support, and bugfix some issues related to initialisation of gamepads and overflow of device data buffer.
Everything seems to work fairly stable on almost all of my device. Occasional issue may be related to power issue as it happens only when one very cheap device is connected. I slapped few additional caps here and there, and it seems to be a little bit better (it all may be pure coincidence).
Over the weekend I am planning to put everything together and try to test it on CD32.
Everything seems to work fairly stable on almost all of my device. Occasional issue may be related to power issue as it happens only when one very cheap device is connected. I slapped few additional caps here and there, and it seems to be a little bit better (it all may be pure coincidence).
Over the weekend I am planning to put everything together and try to test it on CD32.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
~ Stanislaw Lem
- arkadiusz.makarenko
- Moderator Team

- Posts: 1371
- Joined: Wed Jun 19, 2019 7:36 am
- Location: Edinburgh
Re: TF Riser Revision 0 Arrives
I didn't have much success with board on CD32. I did start Diagrom.
With USB mouse I have what it seems random moves and clicks, and even graphical glitches and disappearing screen output.
On keybaord it is much more stable (far from perfect), but keyboard input is not always registered.
With USB mouse I have what it seems random moves and clicks, and even graphical glitches and disappearing screen output.
On keybaord it is much more stable (far from perfect), but keyboard input is not always registered.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
~ Stanislaw Lem
-
terriblefire
- Admin sponsor

- Posts: 5687
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: TF Riser Revision 0 Arrives
I’m just back from AZ. Which chip did you use and I’ll order one to swap out
———
"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: Wed Jun 19, 2019 7:36 am
- Location: Edinburgh
Re: TF Riser Revision 0 Arrives
f730, but I can port it to f105 easily just by copying one folder - STM32_USB_Host_Library.terriblefire wrote: Sun Mar 08, 2020 9:51 am I’m just back from AZ. Which chip did you use and I’ll order one to swap out
EDIT:
f730 - STM32F730R8T6 MCU, 32BIT, 216MHZ, LQFP-64 farnell
RS didn't have this chip in stock.
But this would be only necessary for 2 USB ports support.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
~ Stanislaw Lem
-
terriblefire
- Admin sponsor

- Posts: 5687
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: TF Riser Revision 0 Arrives
Ok if you can port to the 105 and share the sources i'll try it out early this week.
———
"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: Wed Jun 19, 2019 7:36 am
- Location: Edinburgh
Re: TF Riser Revision 0 Arrives
I pushed library changes. I hope it will just work.terriblefire wrote: Sun Mar 08, 2020 12:23 pm Ok if you can port to the 105 and share the sources i'll try it out early this week.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
~ Stanislaw Lem
-
terriblefire
- Admin sponsor

- Posts: 5687
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: TF Riser Revision 0 Arrives
will take a look tomorrow. I'm doing my jetlag reentryarkadiusz.makarenko wrote: Sun Mar 08, 2020 3:27 pmI pushed library changes. I hope it will just work.terriblefire wrote: Sun Mar 08, 2020 12:23 pm Ok if you can port to the 105 and share the sources i'll try it out early this week.
———
"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: Wed Jun 19, 2019 7:36 am
- Location: Edinburgh
Re: TF Riser Revision 0 Arrives
I think I have bug somewhere, as now on f105 (on HID2AMI with my usb library) I get HardFault crash during mouse initialization. It was working fine beforeterriblefire wrote: Sun Mar 08, 2020 8:11 pmwill take a look tomorrow. I'm doing my jetlag reentryarkadiusz.makarenko wrote: Sun Mar 08, 2020 3:27 pm
I pushed library changes. I hope it will just work.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
~ Stanislaw Lem