Alexey Gerenkov
3eacf08267
fix(app_trace): Fix apptrace data corruption on ESP32-S3
Close https://github.com/espressif/esp-idf/issues/10604
diff --git a/components/soc/esp32s3/include/soc/tracemem_config.h b/components/soc/esp32s3/include/soc/tracemem_config.h
index 55c9b907dd..75fd87419b 100644
--- a/components/soc/esp32s3/include/soc/tracemem_config.h
+++ b/components/soc/esp32s3/include/soc/tracemem_config.h
@@ -10,7 +10,7 @@ extern "C" {
#endif
#define TRACEMEM_MUX_BLK0_NUM 22
-#define TRACEMEM_MUX_BLK1_NUM 23
+#define TRACEMEM_MUX_BLK1_NUM 26
#if (TRACEMEM_MUX_BLK0_NUM < 6) || (TRACEMEM_MUX_BLK0_NUM > 29)
#error Invalid TRAX block 0 num!
2023-07-10 13:06:02 +03:00
..
2023-07-10 13:06:02 +03:00
2022-09-16 16:45:26 +08:00
2021-12-08 18:21:28 +08:00
2021-06-30 18:10:54 +08:00
2021-11-08 16:14:51 +08:00
2022-07-15 16:51:25 +08:00
2020-11-11 07:36:35 +00:00
2022-11-04 15:46:34 +08:00
2022-08-11 11:23:03 +02:00
2021-10-02 14:23:31 +08:00
2020-11-11 07:36:35 +00:00
2022-06-02 15:01:18 +08:00
2022-03-03 22:38:32 +08:00
2022-03-09 10:58:12 +08:00
2022-09-01 12:28:06 +08:00
2022-07-20 14:59:50 +08:00
2021-05-10 23:21:27 +02:00
2022-09-05 12:10:22 +08:00
2022-06-23 15:36:43 +08:00
2021-10-20 18:40:08 +08:00
2022-07-22 00:12:36 +00:00
2022-11-04 17:40:29 +08:00
2021-08-04 12:48:30 +08:00
2022-10-18 09:18:29 +02:00
2021-05-06 16:20:54 +08:00