Search found 9039 matches

by ESP_Sprite
Fri Jun 30, 2023 1:09 am
Forum: ESP-IDF
Topic: impossible to override default sdkconfig settings
Replies: 6
Views: 2937

Re: impossible to override default sdkconfig settings

They're defaults, not overrrides: given that you presumably already ran menuconfig, you have a good set of configs in sdkconfig so the defaults file does nothing. Try removing that file and the defaults should apply.
by ESP_Sprite
Fri Jun 30, 2023 1:07 am
Forum: ESP-IDF
Topic: ESP32-C3 deep sleep and gettimeofday
Replies: 1
Views: 467

Re: ESP32-C3 deep sleep and gettimeofday

It shouldn't do that, indeed. What ESP-IDF version do you use and can you share your project?
by ESP_Sprite
Fri Jun 30, 2023 1:05 am
Forum: ESP-IDF
Topic: Cannot upload code
Replies: 3
Views: 934

Re: Cannot upload code

Looks like you managed to kill the flash chip, or one of the ESP IO pins that connect there.
by ESP_Sprite
Fri Jun 30, 2023 1:04 am
Forum: Hardware
Topic: ESP32-C3-13 MCU build-in LED flickering
Replies: 4
Views: 982

Re: ESP32-C3-13 MCU build-in LED flickering

I personally have good experiences with the HT7833 chips, but there are others that may be more applicable to your situation.
by ESP_Sprite
Fri Jun 30, 2023 12:59 am
Forum: General Discussion
Topic: ESP32-S3-MINI New design
Replies: 2
Views: 863

Re: ESP32-S3-MINI New design

Define 'intermittent shutdown'? What specifically happens?
by ESP_Sprite
Thu Jun 29, 2023 1:47 am
Forum: Hardware
Topic: [beginner] grilled WeMos esp32 lolin by connecting USB and battery ...
Replies: 4
Views: 1186

Re: [beginner] grilled WeMos esp32 lolin by connecting USB and battery ...

That'll kill the devboard indeed. Yes, you can cut it and resolder them, make sure that the wires can't short (ideally use heatshrink tube to isolate them, if not tape will work)
by ESP_Sprite
Thu Jun 29, 2023 1:40 am
Forum: ESP32 Arduino
Topic: max contiguous memory allocation on ESP32 ?
Replies: 3
Views: 1387

Re: max contiguous memory allocation on ESP32 ?

No, it generally doesn't, sorry. The memory map on the ESP32 is a bit weird wrt fragmentation; as you noticed we improved on that with the S3.
by ESP_Sprite
Thu Jun 29, 2023 1:19 am
Forum: Hardware
Topic: ESP32-C3-13 MCU build-in LED flickering
Replies: 4
Views: 982

Re: ESP32-C3-13 MCU build-in LED flickering

The MCP1700 can only deliver 250mA. We highly recommend feeding ESP chips with a power supply capable of delivering >=500mA.
by ESP_Sprite
Thu Jun 29, 2023 1:17 am
Forum: General Discussion
Topic: General Question about Flash Encryption
Replies: 2
Views: 922

Re: General Question about Flash Encryption

Yes, SiP is also included in 'off-chip' flash. Whether the packaging itself already is enough protection depends on your threat model, see e.g. here for a demonstration (on STM32 clone chips) where it might not be.
by ESP_Sprite
Wed Jun 28, 2023 6:07 am
Forum: ESP-IDF
Topic: StoreProhibited when starting OTA update
Replies: 4
Views: 1008

Re: StoreProhibited when starting OTA update

You can look at the EXCVADDR in the stack dump. I'm going by heuristics from seeing lots of valid addresses during my years at Espressif and going like 'this ain't one', but you can check the memory map in the TRM if you want to be sure. (Generally, valid addresses tend to start with 0x40 or 0x3f.)