You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: