Skip to content

Commit e390a0d

Browse files
Fix being unable to flash certain C5 chips (#223)
* fix being unable to flash certain C5 chips Co-Authored-By: Radim Karniš <57687985+radimkarnis@users.noreply.github.com> * quiet ci --------- Co-authored-by: Radim Karniš <57687985+radimkarnis@users.noreply.github.com>
1 parent ee5da44 commit e390a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/targets/esp32c5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class ESP32C5ROM extends ESP32C6ROM {
4747

4848
public XTAL_CLK_DIVIDER = 1;
4949

50-
public UARTDEV_BUF_NO = 0x4085f51c; // Variable in ROM .bss which indicates the port in use
50+
public UARTDEV_BUF_NO = 0x4085f514; // Variable in ROM .bss which indicates the port in use
5151

5252
// Magic value for ESP32C5
5353
public CHIP_DETECT_MAGIC_VALUE = [0x1101406f, 0x63e1406f, 0x5fd1406f];

0 commit comments

Comments
 (0)