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> IRQ handler gets wrong stack pointer as arg. #228

Closed
akashkollipara opened this issue Feb 10, 2023 · 0 comments
Closed

<AVR> IRQ handler gets wrong stack pointer as arg. #228

akashkollipara opened this issue Feb 10, 2023 · 0 comments
Assignees
Labels
bug-critical System failure can be predicted cyancore framework Cyancore framework feature request
Projects

Comments

@akashkollipara
Copy link
Member

Describe the bug
AVR-8 ISR passes incorrect SP to irq handler.

Current sp mgnt is done by push r24; sp -= 1
What is needed sp += 1 which can be achieved by pop.

@akashkollipara akashkollipara added the cyancore framework Cyancore framework feature request label Feb 10, 2023
@akashkollipara akashkollipara self-assigned this Feb 10, 2023
@akashkollipara akashkollipara added the bug-critical System failure can be predicted label Feb 10, 2023
@akashkollipara akashkollipara added this to Issues in Terravisor via automation Feb 10, 2023
@akashkollipara akashkollipara added this to the Boron milestone Feb 10, 2023
akashkollipara added a commit that referenced this issue Feb 10, 2023
Terravisor automation moved this from Issues to Done Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-critical System failure can be predicted cyancore framework Cyancore framework feature request
Projects
Development

No branches or pull requests

1 participant