Search found 2 matches

by MightyMarcus
Thu Sep 05, 2024 8:23 am
Forum: ESP-IDF
Topic: SOLVED: NVS data set or erase FAILS; NVS becomes read-only
Replies: 7
Views: 4710

Re: SOLVED: NVS data set or erase FAILS; NVS becomes read-only

Thanks so much for detailed explanation. This was a life saver for me!

We also have some sort of issue causing the MTDI pin to make the flash memory read-only. Your efuse solution is a great fix. Thanks!
by MightyMarcus
Thu Jan 26, 2023 5:04 pm
Forum: ESP-IDF
Topic: esp_bluedroid_disable never returns
Replies: 1
Views: 3053

Re: esp_bluedroid_disable never returns

I found the problem. I was trying to disable the bluetooth from within a bluetooth callback, so was getting some kind of deadlock. I triggered the disable code on the timer thread to work around this. This saved my day! Had the same issue and was stuck for hours. Went through the hoops of creating ...