TF CD32 Riser Revision 2 Design Complete

TF CD32 Riser

Moderators: terriblefire, Terriblefire Moderator

User avatar
arkadiusz.makarenko
Moderator Team
Moderator Team
Posts: 1208
Joined: Wed Jun 19, 2019 7:36 am
Location: Edinburgh

Re: TF CD32 Riser Revision 2 Design Complete

Post by arkadiusz.makarenko »

terriblefire wrote: Mon Apr 06, 2020 8:37 pm I'm really hoping something like this will work on one usb port and a usb mouse keyboard combo on the other.

https://www.ebay.co.uk/p/7031293974?iid=143292049862
Dual controllers on one dongle... This might be a challenge to have support universally. At this point only one should work. But adding support for this particular device shouldn't be too difficult.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
User avatar
arkadiusz.makarenko
Moderator Team
Moderator Team
Posts: 1208
Joined: Wed Jun 19, 2019 7:36 am
Location: Edinburgh

Re: TF CD32 Riser Revision 2 Design Complete

Post by arkadiusz.makarenko »

Higgy wrote: Mon Apr 06, 2020 9:00 pm Would you be thinking of say mapping PS3 controls to replicate CD32 pad? I have a PS2 controller adapter to Dtype for my CD32 as it came with no pad (or psu!).
At this point library is capable of supporting only standard PC HID gamecontrollers. It depends how hid descriptors on dongles for PS2/PS3 devices are constructed, but it is unlikely that they would work with current library. I am planning to expand support, but it may take a while.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
terriblefire
Moderator Team
Moderator Team
Posts: 5389
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: TF CD32 Riser Revision 2 Design Complete

Post by terriblefire »

riser_revision2.txt
(9.4 KiB) Downloaded 189 times
———
"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
Moderator Team
Moderator Team
Posts: 5389
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: TF CD32 Riser Revision 2 Design Complete

Post by terriblefire »

I'm having issues programming the F722 ...

specifically I can't erase it when i try to run something :(

Code: Select all

Memory Programming ... Opening and parsing file: ST-LINK_GDB_server_a16228.srec 
File : ST-LINK_GDB_server_a16228.srec Size : 13052 Bytes Address : 0x08000000 
Erasing memory corresponding to segment 0: Erasing internal memory sector 0 
Error: failed to erase memory Error: failed to erase memory
EDIT: Solved. The ARM was installed with flash read/write/erase memory protection. I guess it wasnt a new chip!

Used ST-Link Utility and set LEVEL 0 in the Options.
———
"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: 1208
Joined: Wed Jun 19, 2019 7:36 am
Location: Edinburgh

Re: TF CD32 Riser Revision 2 Design Complete

Post by arkadiusz.makarenko »

terriblefire wrote: Tue Apr 07, 2020 4:41 pm I'm having issues programming the F722 ...

specifically I can't erase it when i try to run something :(

Code: Select all

Memory Programming ... Opening and parsing file: ST-LINK_GDB_server_a16228.srec 
File : ST-LINK_GDB_server_a16228.srec Size : 13052 Bytes Address : 0x08000000 
Erasing memory corresponding to segment 0: Erasing internal memory sector 0 
Error: failed to erase memory Error: failed to erase memory
EDIT: Solved. The ARM was installed with flash read/write/erase memory protection. I guess it wasnt a new chip!

Used ST-Link Utility and set LEVEL 0 in the Options.
I had some similar issues with new chip from the same family f730. Erasing with utility usually solved all issues.
Weird enough that occasionally I had to do it, because stm32cubeide just couldn't program it.

Another observation is that those seems to be more fragile than f10x series or xillinx cplds.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
terriblefire
Moderator Team
Moderator Team
Posts: 5389
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: TF CD32 Riser Revision 2 Design Complete

Post by terriblefire »

OK cool. I'll try and get amiga.c setup on this chip and i'll post you a board.
———
"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
Moderator Team
Moderator Team
Posts: 5389
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: TF CD32 Riser Revision 2 Design Complete

Post by terriblefire »

OK my new issue is that i start the debugger it starts debugging but dies in the sysconfig bit. :/

I agree the STM32F7's seem a lot more fussy than the 105s
———
"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: 1208
Joined: Wed Jun 19, 2019 7:36 am
Location: Edinburgh

Re: TF CD32 Riser Revision 2 Design Complete

Post by arkadiusz.makarenko »

terriblefire wrote: Wed Apr 08, 2020 11:18 am OK my new issue is that i start the debugger it starts debugging but dies in the sysconfig bit. :/

I agree the STM32F7's seem a lot more fussy than the 105s
Have you configured SYS debugging?
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
terriblefire
Moderator Team
Moderator Team
Posts: 5389
Joined: Mon Aug 28, 2017 10:56 pm
Location: Glasgow, UK

Re: TF CD32 Riser Revision 2 Design Complete

Post by terriblefire »

arkadiusz.makarenko wrote: Wed Apr 08, 2020 5:49 pm
terriblefire wrote: Wed Apr 08, 2020 11:18 am OK my new issue is that i start the debugger it starts debugging but dies in the sysconfig bit. :/

I agree the STM32F7's seem a lot more fussy than the 105s
Have you configured SYS debugging?
Is that a MCU option? I have soldered up a second board without the MCA connector and the ARM starts... Not powered by the CD32.
———
"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: 1208
Joined: Wed Jun 19, 2019 7:36 am
Location: Edinburgh

Re: TF CD32 Riser Revision 2 Design Complete

Post by arkadiusz.makarenko »

terriblefire wrote: Wed Apr 08, 2020 6:54 pm
arkadiusz.makarenko wrote: Wed Apr 08, 2020 5:49 pm

Have you configured SYS debugging?
Is that a MCU option? I have soldered up a second board without the MCA connector and the ARM starts... Not powered by the CD32.
Power issue or damaged mpu?
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
Post Reply

Return to “TF CD32 Riser”