-
Notifications
You must be signed in to change notification settings - Fork 119
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
improve makefile to avoid kinetis error on opened 0.9.0 #336
Comments
evolentini
added a commit
that referenced
this issue
Sep 6, 2015
evolentini
added a commit
that referenced
this issue
Sep 19, 2015
jcecconi
added a commit
that referenced
this issue
Sep 20, 2015
evolentini
added a commit
that referenced
this issue
Sep 20, 2015
evolentini
added a commit
that referenced
this issue
Oct 12, 2015
evolentini
added a commit
that referenced
this issue
Oct 12, 2015
is this issue still open? |
@evolentini: is this issue still open? |
Closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a kinetis processor internal flash mut be erased with command "kinetis mdm mass_erase" to avoid problems with security chip's protection. For this very reason if we use "unlock" modifier in "flash write_image" we raise an error on openOCD indicating that the writing of the security bytes it's unsupported.
The text was updated successfully, but these errors were encountered: