We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6245e5 commit fb12bafCopy full SHA for fb12baf
source/hic_hal/nxp/lpc4322/DAP_config.h
@@ -97,7 +97,7 @@ typedef unsigned int BOOL;
97
/// This configuration settings is used to optimize the communication performance with the
98
/// debugger and depends on the USB peripheral. For devices with limited RAM or USB buffer the
99
/// setting can be reduced (valid range is 1 .. 255). Change setting to 4 for High-Speed USB.
100
-#define DAP_PACKET_COUNT 1 ///< Buffers: 64 = Full-Speed, 4 = High-Speed.
+#define DAP_PACKET_COUNT 8 ///< Buffers: 64 = Full-Speed, 4 = High-Speed.
101
102
/// Indicate that UART Serial Wire Output (SWO) trace is available.
103
/// This information is returned by the command \ref DAP_Info as part of <b>Capabilities</b>.
0 commit comments