Skip to content

Commit

Permalink
target/esp32c[5|61]: configure debug assistant address
Browse files Browse the repository at this point in the history
  • Loading branch information
sobuch committed Jan 9, 2025
1 parent 745268b commit 5dd71df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/target/espressif/esp32c5.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define ESP32C5_WP_NUM 3

/* ASSIST_DEBUG registers */
#define ESP32C5_ASSIST_DEBUG_CPU0_MON_REG 0xFFFFFFFF//0x600C2000
#define ESP32C5_ASSIST_DEBUG_CPU0_MON_REG 0x600C2000

#define ESP32C5_DRAM_LOW 0x40800000
#define ESP32C5_DRAM_HIGH 0x40860000
Expand Down
2 changes: 1 addition & 1 deletion src/target/espressif/esp32c61.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define ESP32C61_WP_NUM 3

/* ASSIST_DEBUG registers */
#define ESP32C61_ASSIST_DEBUG_CPU0_MON_REG 0xFFFFFFFF//0x600C2000
#define ESP32C61_ASSIST_DEBUG_CPU0_MON_REG 0x600C2000

#define ESP32C61_DRAM_LOW 0x40800000
#define ESP32C61_DRAM_HIGH 0x40860000
Expand Down

0 comments on commit 5dd71df

Please sign in to comment.