Skip to content
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

Uno Support #4

Open
gigawatts opened this issue Sep 7, 2016 · 3 comments
Open

Uno Support #4

gigawatts opened this issue Sep 7, 2016 · 3 comments

Comments

@gigawatts
Copy link

You mention uno support is planned in the readme. Any update on that? I have several atmega328's sitting around, but unfortunately no 32u4 with a 16mhz crystal. It looks like it is currently only 15 bytes over on memory with the sketch as is. Is it an option to split the sketch into two, one for ROM operations, one for SRAM operations to shave down the memory footprint? Or perhaps one stripped down sketch for read-only, instead of r/o and r/w for sram?

Thanks for any help you can provide, looking forward to dumping some carts!

@fl4shk
Copy link
Owner

fl4shk commented Sep 16, 2016

Sorry about the fairly late reply. There originally was actually Uno support back when I was first working on this (before I uploaded anything to GitHub), but an update to the Arduino libraries caused more of the RAM to be used. The main way I would make Uno support work again would be to decrease the size of the main buffer I use. Admittedly, it's been a while since I last worked on arduinogbdump, so it might take a little while for me to get back into it.

@gigawatts
Copy link
Author

gigawatts commented Sep 17, 2016 via email

@JackoboLeChocobo
Copy link

JackoboLeChocobo commented Aug 24, 2024

Got a compilable version for Arduino Uno. However when i launch with communicator : Got the following messages when I try to read data at the start of the app : "The Arduino isn't ready to be read() from!"

Issue on github #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants