USB host mode possible? #42
Replies: 1 comment 3 replies
-
Hi, I haven't tried out Circle 44.5 yet, but the summary of changes says "the FIQ cannot be used for other purpose than the USB with this system option". The problem here is that all communication between the RPi and the 8-bit machine uses FIQs :-( I might have a look at the USB-FIQ handler and see if it can be called from my own FIQs (some polling mode), but no promises when/if this will work. There are alternative USB-drivers (from outside of Circle), but I haven't had a chance to have a closer look. From a more general point: the problem with USB and SK64 (so far) is that the USB-driver uses an interrupt which interferes with FIQ-timing and caching. On the other hand, USB-game controllers would require special code on the C64 side anyway, which could be prepared for that. Storage device: what do you have in mind? |
Beta Was this translation helpful? Give feedback.
-
Hello,
Circle 44.5 revised (and expanded) its USB support. Do you think it would be possible to operate the Sidekick64 in USB host mode to connect game/MIDI controllers, storage devices to be used on the C64?
Beta Was this translation helpful? Give feedback.
All reactions