Search found 4 matches

by FreyaRose
Mon Jul 25, 2022 7:33 pm
Forum: ESP-IDF
Topic: Nimble os_msys_init fail on multiple examples
Replies: 4
Views: 2889

Nimble os_msys_init fail on multiple examples

I am trying to use the Nimble examples for the Esp32S3 and the Esp32C3. I am trying both the "ble_spp" and "bleprph" examples. Both examples fail on this line: nimble_port_init(); The error is: assert failed: os_msys_init_once os_msys_init.c:56 (rc == 0) I believe this failing here : void os_msys_in...
by FreyaRose
Sun Sep 06, 2020 2:21 am
Forum: ESP-IDF
Topic: IO14/IO15 boot conflict in SDIO Slave Mode
Replies: 0
Views: 1510

IO14/IO15 boot conflict in SDIO Slave Mode

I have the ESP32 running as an SDIO slave connected to a linux processor running as the SDIO host. When I rest the ESP32, I get SDIO clock errors on the linux host. I believe there must be some issue with the ROM bootloader in conflict on SDIO CMD (IO15) and/or SDIO CLK (IO14). Perhaps there is a st...
by FreyaRose
Sat Sep 05, 2020 6:41 pm
Forum: ESP-IDF
Topic: IO14/IO15 boot conflict in SDIO Slave Mode
Replies: 0
Views: 1620

IO14/IO15 boot conflict in SDIO Slave Mode

I have an issue when the ESP32 is rebooted using the EN pin. After the EN pin is toggled off/then on, I have conflicts with a linux SDIO host and I get SDIO clk timing errors on the host. A believe this might have something to do with the SDIO CMD (IO15) and/or SDIO CLK (IO14) conflicting with the S...
by FreyaRose
Wed Aug 12, 2020 11:52 pm
Forum: General Discussion
Topic: OTA1 Never used with Simple OTA
Replies: 2
Views: 2806

OTA1 Never used with Simple OTA

Hello, I am using the simple OTA example to update my app. I can successfully relfash OTA0 from the Factory app and boot into OTA0. However, if I go to back to Factory to reflash again, it still uses OTA0. Shouldn't it point to OTA1 for the next update? Everytime I check esp_ota_get_next_update_part...