Search found 4 matches

by tori@labjack
Mon Jun 22, 2026 9:23 pm
Forum: General Discussion
Topic: ESP32 Stuck After Enabling Flash Encryption (Secure Boot NOT Enabled)
Replies: 1
Views: 43

Re: ESP32 Stuck After Enabling Flash Encryption (Secure Boot NOT Enabled)

Hello, I know this is a super late response, but I had this same issue.
I found out that I had set: CONFIG_BOOT_ROM_LOG_ALWAYS_OFF=y which sets an eFuse (in my case it set DIS_USB_JTAG to 1) which had disabled all logging. I ended up having to use a different ESP32 :(
by tori@labjack
Mon Jun 22, 2026 9:01 pm
Forum: ESP-IDF
Topic: Invalid Header: Infinite messages.
Replies: 2
Views: 127

Re: Invalid Header: Infinite messages.

Yo, im glad you got this working!

That link you posted is no longer valid it seems? I would love to look as I've been struggling with this stuff.
by tori@labjack
Tue Feb 24, 2026 10:07 pm
Forum: ESP-IDF
Topic: First SPI Transaction is Wrong
Replies: 3
Views: 4016

Re: First SPI Transaction is Wrong

Hey, super late follow up to this. But I had the same issue but managed to fix it.

For me, it was because of misaligned SPI clock modes, clock polarity and phase, between the slave and master.
I found some sources that said the ESP32c6 DMA only worked in clock modes 1/3 instead of 0/2 like I ...
by tori@labjack
Tue Jul 08, 2025 5:22 pm
Forum: ESP-IDF
Topic: EspRFTestTool- No ESP32C6 bin files
Replies: 0
Views: 35

EspRFTestTool- No ESP32C6 bin files

Hey all,

I am hoping to use the ESP RF test tool to test my PCB and setup with an ESP32C6. However, on the site:
https://docs.espressif.com/projects/esp-test-tools/en/latest/esp32c6/development_stage/rf_test_items/wifi_signaling_test.html#flash-firmware
It says "Not updated" where the link to ...

Go to advanced search