-
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
trying to read the firmware of a cc2541 0x41.. would return all bytes as 0xFF #7
Comments
Hello @aguaviva, |
Excellent, please let me know how can I help. If you have any ideas/links I'll be happy to investigate myself too. Thanks for the excellent lib!! :) |
Hi again, do you have any pointers/resources I could look into for fixing this bug myself? (Unless you were planning on looking into it yourself anytime soon) |
Hello @aguaviva , I think I am wrong on my statement above. I forgot that I actually moved the license code to Shall I assume that you tried the |
Hi Ioanis, Yes I tried cc_read_flash.py and that returned all 0xff's as well. I saw you removed the bug label, is this not a bug? |
Hello @aguaviva , I thought the bug was about the extraneous "Firmware information" message. If they were present in the Regarding the
If you are not just trying to download a firmware, you can try a flash/read cycle in order to confirm that it works as expected. |
Hey @aguaviva , what's the status with this issue? Did you manage to address your problem, or it was still getting |
Hi Ioannis! thanks for following up! The python script seems to successfully detect the chip ID and the chip status, so it doesnt seem to be any of the 3 issues you mentioned. I still need to try a flash/read cycle, although I'd really like to download the firmware though. |
cc_info seems to return ok'ish data (but for the license, bt address and HW version)
Here is the output of ble_info.py What could possibly be going on? (I am asking because I presume it might be somethihg obvious I am not seeing)
The text was updated successfully, but these errors were encountered: