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

Added Read/Write command for Option-Bytes on STM32F2 series #836

Merged
merged 2 commits into from
Oct 7, 2019

Conversation

Orie22
Copy link
Contributor

@Orie22 Orie22 commented Oct 7, 2019

Option Bytes were not accessible for STM32F2 devices, so I added read/write command for Option Bytes on STM32F2 devices.

example command

read operation

st-flash --reset --area=option read > option_byte

write operation

st-flash --reset --area=option write 0x0FFFAAE0

@texane texane merged commit a28ba53 into stlink-org:master Oct 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants