-
Notifications
You must be signed in to change notification settings - Fork 243
stm32wl: add register descriptions for dual-core variants #628
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
Conversation
PNB: [0, 0x63] | ||
PNB: [0, 0x7F] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is an error in the STM32WLE reference manual, the STM32WLE manual only goes from page 0 - 63 (the value should be 0x3F in that case), but in the STM32WL5X reference manual this goes from 0 - 127.
As far as I can tell the STM32WLE is capable of programming its whole 256K, same as the STM32WL5X.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks good! I just noticed a couple of minor typos, I'll add the fixes for those and get this merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
This adds register descriptions for registers that are exclusive to the dual-core STM32WL's
cc @jorgeig-space