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

avr_reset not resetting IO properly #518

Open
Nuxar1 opened this issue Nov 17, 2023 · 0 comments
Open

avr_reset not resetting IO properly #518

Nuxar1 opened this issue Nov 17, 2023 · 0 comments

Comments

@Nuxar1
Copy link

Nuxar1 commented Nov 17, 2023

Calling avr_reset doesnt reset IO correctly. The next time the simulator is run, pullups won't be set correctly. The reason is that it thinks the values are already set in the function avr_raise_irq_float and simply returns.

To fix the issue a possible fix would be manually setting the value to 0 in avr_ioport_reset.

@Nuxar1 Nuxar1 changed the title avr_reset not reseetting IO properly avr_reset not resetting IO properly Nov 17, 2023
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