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

code/library no longer works with current arduino ide versions #3

Open
rschaer opened this issue Apr 5, 2021 · 0 comments
Open

code/library no longer works with current arduino ide versions #3

rschaer opened this issue Apr 5, 2021 · 0 comments

Comments

@rschaer
Copy link

rschaer commented Apr 5, 2021

Hi, I was testing your code and it looks like it no longer works with current Arduino IDE versions.

As far as I can tell, it seems that the way the ISR function for vector 13 is instantiated is no longer valid. I tried rewriting the ram.c and ram.h file to use the "TIMER1_COMPB_vect" name, both with the "old" vector 13 code being directly in the ISR function, and having the ISR function call a new function containing the vector 13 code for ram refresh. It all compiles and uploads fine, but wenn I try it with the memory module, I can't get any feedback via serial. If I try without the memory module, I get the serial feedback, but of course with invalid values.

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

1 participant