stlink: Make SWO Trace Buffer smaller.
Changes for delayed memory map setup otherwise overflow SRAM silently.
This commit is contained in:
parent
455e0a74d2
commit
72c1498ae1
|
@ -69,7 +69,7 @@
|
||||||
#define LED_UART GPIO14
|
#define LED_UART GPIO14
|
||||||
|
|
||||||
#define PLATFORM_HAS_TRACESWO 1
|
#define PLATFORM_HAS_TRACESWO 1
|
||||||
#define NUM_TRACE_PACKETS (192) /* This is an 12K buffer */
|
#define NUM_TRACE_PACKETS (128) /* This is an 8K buffer */
|
||||||
|
|
||||||
#define TMS_SET_MODE() \
|
#define TMS_SET_MODE() \
|
||||||
gpio_set_mode(TMS_PORT, GPIO_MODE_OUTPUT_50_MHZ, \
|
gpio_set_mode(TMS_PORT, GPIO_MODE_OUTPUT_50_MHZ, \
|
||||||
|
|
Loading…
Reference in New Issue