Search found 1 match

by MrLikerBiker
Tue Oct 07, 2025 2:00 pm
Forum: ESP-IDF
Topic: ESP32-C5 soft locked JTAG but can't soft unlock.
Replies: 0
Views: 895

ESP32-C5 soft locked JTAG but can't soft unlock.

I have been doing a basic test of soft locking and unlocking the JTAG. My SDK = v5.5.0

I have a test key

const uint8_t keyData[32] =
{
0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10,
0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18,
0x19, 0x1A ...

Go to advanced search