Search found 9 matches

by dhineshdhamodar.
Fri Dec 22, 2023 10:38 am
Forum: ESP32 Arduino
Topic: Support required to Flash in ESP32-S2-mini via controller
Replies: 14
Views: 153682

Re: Support required to Flash in ESP32-S2-mini via controller

Dear all, have a great day! Here I attached a document of communication data between MCU and ESP32-S2-MINI In that document, Communication data present until "Loader Flash Begin cmd", And I implemented upto "Loader Flash Data cmd", After finish the flashing process ESP32 is not waking up, Instead ES...
by dhineshdhamodar.
Wed Dec 20, 2023 10:55 am
Forum: ESP32 Arduino
Topic: Support required to Flash in ESP32-S2-mini via controller
Replies: 14
Views: 153682

Re: Support required to Flash in ESP32-S2-mini via controller

Hi Buddy, I have attached my received capture, there I was highlighted particular area of data's, which I was receiving particular data in my all of receiving frame. Because of these data only, I suspect these data's only the reason Wi-Fi MCU not waking up after the MD5 verification step. Here I cou...
by dhineshdhamodar.
Thu Dec 14, 2023 5:11 am
Forum: ESP32 Arduino
Topic: Support required to Flash in ESP32-S2-mini via controller
Replies: 14
Views: 153682

Re: Support required to Flash in ESP32-S2-mini via controller

Hi have a great day! In flashing steps, Currently I have crossed SPI PRAMETERS steps. Now I'm working on flash begin step, I stuck up here, because of I can't able find the proper value of bin size and address. Could please support me for find out the respective value and completing the remaining st...
by dhineshdhamodar.
Wed Dec 06, 2023 5:04 am
Forum: ESP32 Arduino
Topic: Support required to Flash in ESP32-S2-mini via controller
Replies: 14
Views: 153682

Re: Support required to Flash in ESP32-S2-mini via controller

Note that there are two bootloaders: the first stage lives in ROM and cannot be flashed ever, the 2nd stage lives in the SPI flash and you generally flash that automatically along with your application. Hi ESP_sprite, Thank you for giving this information. If you don't mind, Could please some more ...
by dhineshdhamodar.
Wed Nov 22, 2023 11:34 pm
Forum: ESP32 Arduino
Topic: Support required to Flash in ESP32-S2-mini via controller
Replies: 14
Views: 153682

Re: Support required to Flash in ESP32-S2-mini via controller

It would be easier for us to help you if you explained what you would like to achieve, instead of asking for pieces of technical information. Your diagram above is correct. Here is the documentation on the serial bootloader from esptool. https://docs.espressif.com/projects/esptool/en/latest/esp32/a...
by dhineshdhamodar.
Wed Nov 22, 2023 9:24 am
Forum: ESP32 Arduino
Topic: Support required to Flash in ESP32-S2-mini via controller
Replies: 14
Views: 153682

Re: Support required to Flash in ESP32-S2-mini via controller

I think you're not understanding how ESP32 chips work. ESP chips or modules don't have their own flash on-silicon; they must be paired with some kind of SPI flash that contains the program they run. That flash can be either in the chip package or in the module or added externally. That is what 'SPI...
by dhineshdhamodar.
Wed Nov 22, 2023 5:32 am
Forum: ESP32 Arduino
Topic: Support required to Flash in ESP32-S2-mini via controller
Replies: 14
Views: 153682

Re: Support required to Flash in ESP32-S2-mini via controller

What is your question? Have you looked at https://github.com/espressif/esp-serial-flasher already? I have referred the given example code of stm32_example, In that UART transmission is making conflict with SPI and incomplete code, even in SPI transmission final transmit function is missing can't ab...
by dhineshdhamodar.
Tue Nov 21, 2023 1:54 pm
Forum: ESP32 Arduino
Topic: Support required to Flash in ESP32-S2-mini via controller
Replies: 14
Views: 153682

Re: Support required to Flash in ESP32-S2-mini via controller

Can you share the ESP32-S2 mini serial programing protocol document for understating the code flow? Please share the document.
by dhineshdhamodar.
Mon Nov 20, 2023 5:43 am
Forum: ESP32 Arduino
Topic: Support required to Flash in ESP32-S2-mini via controller
Replies: 14
Views: 153682

Support required to Flash in ESP32-S2-mini via controller

Support required to Flash in ESP32-S2-mini for custom board (Renesas) with customizable DFU firmware