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

fix(rp2040): set LR LSB #6

Merged
merged 1 commit into from
May 4, 2021
Merged

fix(rp2040): set LR LSB #6

merged 1 commit into from
May 4, 2021

Conversation

Turro75
Copy link
Contributor

@Turro75 Turro75 commented May 4, 2021

During debugging I found sometimes the LR register has LSB reset to 0 while on a real Pico at the same position it is always set as 1.
This also matches the armv6-m reference manual pag 113-114.

The test must be modified to the correct expect value.

During debugging I found sometimes the LR register has LSB reset to 0 while on a real Pico at the same position it is always set as 1.
This also matches the armv6-m reference manual pag 113-114.
@Turro75 Turro75 changed the title LR LSB must be always 1 fix(rp2040): set LR LSB May 4, 2021
@urish urish merged commit a4fe5b3 into wokwi:master May 4, 2021
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

Successfully merging this pull request may close these issues.

2 participants