-
Notifications
You must be signed in to change notification settings - Fork 77
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
Wrong flash size read if chip is DEBUG_LOCKED #29
Comments
(output of
|
OK, according to datasheet:
So that explains why I got only chip id and statuses. After chip erase ( I think maybe it's a bad idea to try to read some particular register out of the chip if it's known to be debug locked. Would suggest to early exit if it's debug locked. |
It might be nice if there was a way to do this through the command, like |
Hello again.
According to the
cc_info
output, my CC2541 chip has 16kb flash (looks similar to #1). In the datasheet however it's stated only 128kb and 256kb versions and markings on the chip itself tell me I have 256kb.What is recommended way to find, verify and fix the issue?
The text was updated successfully, but these errors were encountered: