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

[feature] Add Option Byte Support for STM32WLEx #1226

Closed
AlexKlimaj opened this issue Feb 16, 2022 · 0 comments · Fixed by #1227
Closed

[feature] Add Option Byte Support for STM32WLEx #1226

AlexKlimaj opened this issue Feb 16, 2022 · 0 comments · Fixed by #1227

Comments

@AlexKlimaj
Copy link
Contributor

AlexKlimaj commented Feb 16, 2022

The STM32WLEx currently doesn't support writing option bytes. The STM32WLEx from Seedstudio comes with read out protection turned on and needs to be disabled to flash the chip.

Update: It should work for reading but its using the wrong option_base in the config. Even after changing it to 0x1fff7800 and rebuilding, it still tries to read from 0x1fffc000. After hard coding 0x1fff7800 in common.c, I can read. But write is not implemented.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants