-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixed GPIO configuration #287
Comments
Any comments? |
I don't remember all the details but I think some of those pins are
reserved for other purposes. Like 2&3 are for serial debugging. I think
what you are describing is possible with some code changes though.
Unfortunately, I don't have much time these days to develop features.
…On Sat, Dec 21, 2024 at 4:21 AM Maurizio Montel ***@***.***> wrote:
Any comments?
—
Reply to this email directly, view it on GitHub
<#287 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI3HKD25GQJMIPXWX2G7VL2GUXJBAVCNFSM6AAAAABSXN52AKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJYGA3DCMJXGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Randy Rossi
- "There are only two things that are hard about computer science; Naming
things, Cache Invalidation, and Off-by-one errors."
|
Hello |
Hi,
for my setup I am using GPIO Config 2 (Real Keyboard + Real Joysticks, as per BMC64 PCB) with a custom PCB / harness (see #286 ), and everything works as expected.
Now, I believe a number of GPIO pins (if I'm not mistaken: GPIO2, 3, 9, 10, 11, 14, 15) are still unused in this setup, so I thought about the possibility of using them for other functions. More specifically, I'd like to add a reset line (like the one on the stock C64), but in my tests it looks like the GPIO custom assignments made on the GUI are not considered when Config 2 is active.
Does this make sense? Would it be possible to keep config 2 and still be able to configure the free pins as custom?
Thx in advance
The text was updated successfully, but these errors were encountered: