diff --git a/source/board/kl27z_bl.c b/source/board/kl27z_bl.c index 29f2522e54..e7ea855adf 100644 --- a/source/board/kl27z_bl.c +++ b/source/board/kl27z_bl.c @@ -40,7 +40,7 @@ static const sector_info_t sectors_info[] = { {DAPLINK_ROM_IF_START, 1024}, }; -// kl26z128 target information +// kl27z target information target_cfg_t target_device = { .version = kTargetConfigVersion, .sectors_info = sectors_info, diff --git a/source/board/kl27z_microbit_bl.c b/source/board/kl27z_microbit_bl.c index 15e36eb0cc..9cd05c213b 100644 --- a/source/board/kl27z_microbit_bl.c +++ b/source/board/kl27z_microbit_bl.c @@ -43,7 +43,7 @@ static const sector_info_t sectors_info[] = { {DAPLINK_ROM_IF_START, 1024}, }; -// kl26z128 target information +// kl27z target information target_cfg_t target_device = { .version = kTargetConfigVersion, .sectors_info = sectors_info, diff --git a/source/hic_hal/freescale/kl27z/DAP_config.h b/source/hic_hal/freescale/kl27z/DAP_config.h index e172f48e26..9129cefc47 100644 --- a/source/hic_hal/freescale/kl27z/DAP_config.h +++ b/source/hic_hal/freescale/kl27z/DAP_config.h @@ -95,7 +95,7 @@ This information includes: /// This configuration settings is used to optimize the communication performance with the /// debugger and depends on the USB peripheral. For devices with limited RAM or USB buffer the /// setting can be reduced (valid range is 1 .. 255). Change setting to 4 for High-Speed USB. -#define DAP_PACKET_COUNT 5 ///< Buffers: 64 = Full-Speed, 4 = High-Speed. +#define DAP_PACKET_COUNT 8 ///< Buffers: 64 = Full-Speed, 4 = High-Speed. /// Indicate that UART Serial Wire Output (SWO) trace is available. /// This information is returned by the command \ref DAP_Info as part of Capabilities.