Search found 34 matches

by u063096
Thu Aug 04, 2022 9:45 am
Forum: ESP32 Arduino
Topic: Is there a way to get uart_config_t data from a started Serial?
Replies: 1
Views: 1095

Is there a way to get uart_config_t data from a started Serial?

Hi, I am looking for a way to modify the ``uart_config_t`` data for a Serial that is given to my library by the user application. I need to adjust buffer sizes and install an ``onReceive`` callback for it. My idea was to read the configuration data from the running Serial, stop it and start it again...
by u063096
Thu Jan 28, 2021 12:07 pm
Forum: Hardware
Topic: The notorious "flash read err, 1000" - with a twist
Replies: 11
Views: 22585

Re: The notorious "flash read err, 1000" - with a twist

ESP_Sprite wrote:
Thu Jan 28, 2021 3:05 am
You could burn the eFuse in the ESP32 to indicate it should ignore that bootstrap pin and just use a set voltage. espefuse.py has an easy option for that, suggest you look that up if you want to go that route.
Thanks, I will have a look at it.
by u063096
Wed Jan 27, 2021 2:42 pm
Forum: Hardware
Topic: The notorious "flash read err, 1000" - with a twist
Replies: 11
Views: 22585

[SOLVED]: The notorious "flash read err, 1000" - with a twist

Just in case someone will encounter the same issue, here's the solution: The ESP-prog JTAG line "TDI" is configured on GPIO12. So with the JTAG connected GPIO12 gets a defined logic level on boot from the ESP-prog. Unfortunately, on boot the GPIO12 line is controlling the flash voltage and with my b...
by u063096
Tue Jan 26, 2021 1:43 pm
Forum: Hardware
Topic: The notorious "flash read err, 1000" - with a twist
Replies: 11
Views: 22585

Re: The notorious "flash read err, 1000" - with a twist

Other ideas, anyone? I am at a loss here. [Update] I definitely can sort out power issues (brownouts or such). I now am powering the setup with my lab PSU, both 3.3V and 5V rails may suck up to 1.5A without voltage drop. The complete setup is using a mere 0.5 watts as seen on the PSU, startup curren...
by u063096
Mon Jan 25, 2021 8:10 pm
Forum: Hardware
Topic: The notorious "flash read err, 1000" - with a twist
Replies: 11
Views: 22585

Re: The notorious "flash read err, 1000" - with a twist

https://github.com/espressif/esptool/wiki/ESP32-Boot-Mode-Selection#later-boot-messages This fatal error indicates that the bootloader tried to read the software bootloader header at address 0x1000 but failed to read valid data. Possible reasons for this include: [*] There isn't actually a bootload...
by u063096
Mon Jan 25, 2021 8:07 pm
Forum: Hardware
Topic: The notorious "flash read err, 1000" - with a twist
Replies: 11
Views: 22585

Re: The notorious "flash read err, 1000" - with a twist

Michalpu wrote:
Mon Jan 25, 2021 7:47 pm
Faulty button could be point here I think I have simmiliar thing
But should not touching EN with a GND wire work in that case?
by u063096
Mon Jan 25, 2021 6:21 pm
Forum: Hardware
Topic: The notorious "flash read err, 1000" - with a twist
Replies: 11
Views: 22585

Re: The notorious "flash read err, 1000" - with a twist

Nothing different, unfortunately.
by u063096
Mon Jan 25, 2021 3:37 pm
Forum: Hardware
Topic: The notorious "flash read err, 1000" - with a twist
Replies: 11
Views: 22585

The notorious "flash read err, 1000" - with a twist

I have been skimming the net in the past days to find a solution to my issue to no avail. I got an ESP32 DevkitC V4 board for development that ran for months without any problem. But some weeks ago it started to not boot properly on RESET pressed, but fell into the notorious rst:0x10 (RTCWDT_RTC_RES...
by u063096
Tue Oct 27, 2020 4:38 pm
Forum: ESP32 Arduino
Topic: WiFi on loopback: no update for connected()
Replies: 1
Views: 2058

Re: WiFi on loopback: no update for connected()

Any idea, anyone? Or does no one use the loopback IF at all?