I'm currently facing an issue and would greatly appreciate any guidance you might have to offer. In my setup, I've employed an ESP32 that's been programmed with identical code. However, same code, uploaded from different computers using the same version of the Arduino IDE and libraries, leads to varying responses from the ESP32 devices.
ESP32 continuously attempts to reconnect with the Wi-Fi, whereas the ESP, programmed with the exact same code, remains unresponsive on the serial monitor until a manual reset is performed.
ESP_01. Doesnot do anything untill rebooted manually rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:1184 load:0x40078000,len:13260 load:0x40080400,len:3028 entry 0x400805e4
ESP_02. Always try to reconnect with wifi rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:1044 load:0x40078000,len:10124 load:0x40080400,len:5828 entry 0x400806a8
Any help would be greatly appriated. Thanks.
I've checked libraries and cross-verified the IDE version to ensure consistency. The only lead that I've is memory allocation, which seems to be occurring at different addresses. If you have any insights into resolving this memory allocation issue while flashing from different devices, I would be incredibly grateful for your assistance.