CY8CPROTO-063-BLE debug

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
MaMo_1781621
Level 2
Level 2
First question asked First reply posted First like received

Hi all,

I am trying the first project using ModusToolBox IDE on Linux

The project is blinky_LED_main app and I changed LED pin according the schematic.

Compilation is ok but debug does not work:

Open On-Chip Debugger 0.10.0+dev-2.1.0.99 (2019-02-01-13:19)

Licensed under GNU GPL v2

For bug reports, read

http://openocd.org/doc/doxygen/bugs.html

adapter speed: 1500 kHz

adapter speed: 1000 kHz

** Auto-acquire enabled, use "set ENABLE_ACQUIRE 0" to disable

cortex_m reset_config sysresetreq

cortex_m reset_config vectreset

adapter_nsrst_delay: 200

Info : CMSIS-DAP: SWD  Supported

Info : CMSIS-DAP: JTAG Supported

Info : CMSIS-DAP: FW Version = 1.10

Info : CMSIS-DAP: Serial# = 0721106503068400678901234567890123

Info : CMSIS-DAP: Interface Initialised (SWD)

Info : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 0 TDO = 0 nTRST = 0 nRESET = 1

Info : CMSIS-DAP: Interface ready

Error: *******************************************************************************************

Error: * KitProg firmware is out of date, please update to the latest version using fw-loader at *

Error: * ModusToolbox/tools/fw-loader                                                            *

Error: *******************************************************************************************

Error: No Valid JTAG Interface Configured.

Where I cant found last version of kitprog? Is kitprog2 or kitprog3 ?

0 Likes
1 Solution

Thanks for feedback.After updating  to kitprog3 now I can  flash and debug.

View solution in original post

2 Replies
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

The error massage report your Kitprog firmware version is out of date, so you should connect your board to laptop, open PSoC Programmer and update the firmware to latest version.1.JPG

Thanks for feedback.After updating  to kitprog3 now I can  flash and debug.