Skip to content

Commit fb12baf

Browse files
Adrian Negreanumbrossard
authored andcommitted
lpc4322 (config): increase DAP_PACKET_SIZE and DAP_PACKET_COUNT
Signed-off-by: Adrian Negreanu <[email protected]>
1 parent c6245e5 commit fb12baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/hic_hal/nxp/lpc4322/DAP_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ typedef unsigned int BOOL;
9797
/// This configuration settings is used to optimize the communication performance with the
9898
/// debugger and depends on the USB peripheral. For devices with limited RAM or USB buffer the
9999
/// 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.
100+
#define DAP_PACKET_COUNT 8 ///< Buffers: 64 = Full-Speed, 4 = High-Speed.
101101

102102
/// Indicate that UART Serial Wire Output (SWO) trace is available.
103103
/// This information is returned by the command \ref DAP_Info as part of <b>Capabilities</b>.

0 commit comments

Comments
 (0)