Search found 1 match
- Wed Aug 24, 2022 6:26 pm
- Forum: ESP-IDF
- Topic: Nimble os_msys_init fail on multiple examples
- Replies: 4
- Views: 3134
Re: Nimble os_msys_init fail on multiple examples
Hi ! I faced the same problem and was able to solve it by calling esp_nimble_hci_and_controller_init() before nimble_port_init() for esp-idf-4.4 as explained here : https://docs.espressif.com/projects/esp-idf/en/v4.4.2/esp32/api-reference/bluetooth/nimble/index.html#programming-sequence Hope that he...