Search found 4 matches

by TomAatjes
Fri Feb 14, 2025 11:56 am
Forum: ESP-IDF
Topic: GPIO Matrix Routing
Replies: 3
Views: 5405

Re: GPIO Matrix Routing

Did anyone actually try this?

The following does not work:
gpio_iomux_in(GPIO_BTN, SIG_IN_FUNC_208_IDX);
gpio_iomux_out(GPIO_LED1, SIG_IN_FUNC208_IDX, false);

ESP32-S3 apparently does not have gpio_matrix()
by TomAatjes
Thu Nov 14, 2024 10:42 pm
Forum: ESP-IDF
Topic: Coredump directly to littlefs .bin file?
Replies: 0
Views: 875

Coredump directly to littlefs .bin file?

I have some devices in the field that sporadically seem to crash.
Unfortunately they don't have a partition table with a coredump partition.

Since replacement is difficult at the moment I was wondering if it would be possible to save a coredump directly to an existing littlefs partition table and ...
by TomAatjes
Wed Dec 20, 2023 3:34 pm
Forum: Hardware
Topic: ESP32-S3-Mini-1 custom hardware- failure to boot/ invalid header message
Replies: 6
Views: 6397

Re: ESP32-S3-Mini-1 custom hardware- failure to boot/ invalid header message

To answer myself:

It turns out that later releases of PlatformIO have broken compatibility with makeconfig and the right fuses are not set.
I am now porting everything to ESP IDF to get rid of having to use platformIO.
by TomAatjes
Mon Dec 18, 2023 11:14 am
Forum: Hardware
Topic: ESP32-S3-Mini-1 custom hardware- failure to boot/ invalid header message
Replies: 6
Views: 6397

Re: ESP32-S3-Mini-1 custom hardware- failure to boot/ invalid header message

Sorry for the kick of this topic but did you ever get this sorted?

I have exactly the same issue. I have a custom board that I have in production with security on in release mode. However, I wanted to test some new things and tried to flash a board in development mode with a fresh install of ESP ...

Go to advanced search