Search found 2 matches

by BenSuffolk
Sun Mar 19, 2023 8:54 pm
Forum: ESP-IDF
Topic: Two NetIf with one DHCP server instance
Replies: 2
Views: 1917

Re: Two NetIf with one DHCP server instance

Did you find a solution? I’m wanting to run a dhcp server on an Ethernet interface and have the softAP WiFi enabled. I have found that when I do this the Ethernet interface no longer issues dhcp addresses. When you connect to the soft ap I see the logs issue 2 identical ip addresses. So clearly the ...
by BenSuffolk
Wed Aug 17, 2022 5:57 am
Forum: ESP32 Arduino
Topic: Cache disabled but cached memory region accessed with UART and ESP_INTR_FLAG_IRAM
Replies: 1
Views: 2072

Cache disabled but cached memory region accessed with UART and ESP_INTR_FLAG_IRAM

I have a situation where I am using a UART1 (or 2) on pins mapped through the GPIO matrix, and I am using the IRAM interrupt. HOwever when I then try to use LitteFS to save to FLASH I get a Panic. I am using a custom built PCB with an ESP WROVER-E and I'm using the Arduino Framework via platform.io ...