Search found 16 matches

by rayf15
Tue Aug 03, 2021 7:27 am
Forum: ESP-IDF
Topic: Access to 2 (or more) flash data partition concurrently... Some restriction?
Replies: 1
Views: 1692

Re: Access to 2 (or more) flash data partition concurrently... Some restriction?

Just to better explain my previous message: At application level I use a mutex to control/sequence accesses to each single partition. Let's suppose that two different tasks want to append at the same time some data to two different files, one of them located in LittleFS partition A and the other one...
by rayf15
Mon Aug 02, 2021 1:25 pm
Forum: ESP-IDF
Topic: Access to 2 (or more) flash data partition concurrently... Some restriction?
Replies: 1
Views: 1692

Access to 2 (or more) flash data partition concurrently... Some restriction?

Hi everyone, I'm using an old esp-idf version 3.1.7 (I know, it is quite old but fine trimmed for my purposes...) for a commercial product. I partitioned the 8MB SPI flash of WROOM32 in order to have: 1 usual NVS partition to store parameters and 2 LittleFS partitions for various log data and config...
by rayf15
Sun Sep 27, 2020 8:57 pm
Forum: ESP-IDF
Topic: ESP32 reboots, SPI flash issues and console baudrates...
Replies: 4
Views: 4567

Re: ESP32 reboots, SPI flash issues and console baudrates...

Thank you PeterR and WiFive for your answers. @PeterR I'll try to better explain the situation. The ESP32 hardware watchdog is enabled and is linked to both CPU0 and CPU1 idle tasks and lowest priority application task. After some investigations we discovered that those reboots are caused by switchi...
by rayf15
Fri Sep 25, 2020 1:48 pm
Forum: ESP-IDF
Topic: ESP32 reboots, SPI flash issues and console baudrates...
Replies: 4
Views: 4567

Re: ESP32 reboots, SPI flash issues and console baudrates...

Hi all, I can't believe that nobody has ever faced such a situation... It is really important to understand if a wrong status of ESP32 bootstrap pins could be a possible reason for such a locked system. Moreover, just to be more explicit in my questions, is the baud rate of ESP32's console set only ...
by rayf15
Tue Sep 22, 2020 7:24 am
Forum: ESP-IDF
Topic: ESP32 reboots, SPI flash issues and console baudrates...
Replies: 4
Views: 4567

ESP32 reboots, SPI flash issues and console baudrates...

Hi, I have a nice product using ESP-WROOM-32 in AP + STA mode. This application works mainly as expected but sometimes the system reboots and from that moment on it freezes... Looking under the hood, there is a infinite sequence of retries as shown here below: .......... ets Jun 8 2016 00:22:57 rst:...
by rayf15
Fri May 22, 2020 12:23 pm
Forum: ESP-IDF
Topic: STA connection fails in AP + STA mode
Replies: 0
Views: 1618

STA connection fails in AP + STA mode

Hi, I have a product using ESP32 configured in AP + STA mode. The application running on it usually works, but sometimes ESP32 disconnects and its next connection as STA fails and starting from this moment on there is no way for reconnection to the external access point, even if the reconnection is ...
by rayf15
Mon Nov 04, 2019 11:17 pm
Forum: ESP-IDF
Topic: ESP32 connects to Access Point but can't get IP address
Replies: 16
Views: 41938

Re: ESP32 connects to Access Point but can't get IP address

Thank you WiFive and Ritesh for your precious hints... Finally I could try to debug ESP32 DHCP client behavior and discovered that there was a problem with last ARP check during DHCP sequence... This seem to be a known issue with "enterprise" access points, like Cisco Aironet Enterprise AP. Therefor...
by rayf15
Sun Oct 27, 2019 2:41 pm
Forum: ESP-IDF
Topic: ESP32 connects to Access Point but can't get IP address
Replies: 16
Views: 41938

Re: ESP32 connects to Access Point but can't get IP address

Hello,
Yes, sure, I tried with both a mobile phone and a laptop without any trouble...
I got maximum log verbosity from wifi stack but no help. Are there known issues regarding wifi chipsets incompatibile with ESP32?

rayf15
by rayf15
Fri Oct 25, 2019 8:54 pm
Forum: ESP-IDF
Topic: ESP32 connects to Access Point but can't get IP address
Replies: 16
Views: 41938

ESP32 connects to Access Point but can't get IP address

Hello ESP32 forum, I'm developing an application using esp-idf_v3.1.1. ESP32 is configured in WIFI_MODE_APSTA mode, working at the same time as access point that accepts connections from WiFi clients and as station. The system usually works as expected with most access points... but... there are a f...
by rayf15
Fri Sep 06, 2019 6:23 am
Forum: ESP-IDF
Topic: Slowness for write operations on flash with esp-idf v3.1.5
Replies: 11
Views: 10428

Re: Slowness for write operations on flash with esp-idf v3.1.5

Hi ESP_Angus,
yes, the flash erase/write operations time is pretty the same in both cases... First I should have also used at least an other method to evaluate the time intervals but I did not really expect such a FreeRTOS weakness during flash erase/write operations :-)

rayf15