I was able to build - but cannot load/execute

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

cross mob
baga_4725781
Level 3
Level 3
10 replies posted 5 replies posted 5 questions asked

...after dealing with with not installing ModusToolbox in a default location (had to edit makefile..)

Now, I cannot get it to execute.

I can see the board in the Windows device manager:  KitProg3 CMSIS-DAP

I get this popup. Issue is: There is no Debugger tab!

I have set the debugger path to the .hex file. (Also tried the .elf).

I have tried following the documentation on build/execute. I have been doing embedded systems for 35 years. This is one of the most frustrating tools I have ever used that is supposed to be "easy".

Modus Toolset 2.1

PWM_Square_Wave

Board PSoc 6 Wifi BT prototype board

chip CY8C624ABZI-D44ES

CPU board CY8CMOD-062-4343W

I am missing something obvious, but I have tried what I can.

Thanks!

dbug_config.png

dbug_config_paths.png

0 Likes
1 Solution

I started from scratch.

I didn't see exactly what you showed (different screen) but it works!.

I knew I was missing one little detail.

I did the sequence:

0. power cycle board (unplug/plug)

1. start a new project

2. new build

3. launch for PWM program (KitProg3) - worked great.

Much thanks! .. yours … bandit

good_launch.png

View solution in original post

0 Likes
3 Replies
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Sorry about the inconvenience caused. We will look into how this can be improved.

In the Quick Panel window, you should see the Generate Launches option.

generate.PNG

Once you click on this, you should see four config options generated for programming and debugging as shown above.

I think you are facing this error because you manually tried to create the configs and do not have the required options in the Config options tab of Debugger as shown below:

pastedImage_2.png

Please delete the config options you crated and use the Generate Launches option. It will create the configs and fill in all the fields automatically for you.

Let me know if you face any difficulties


Regards,

Dheeraj

I started from scratch.

I didn't see exactly what you showed (different screen) but it works!.

I knew I was missing one little detail.

I did the sequence:

0. power cycle board (unplug/plug)

1. start a new project

2. new build

3. launch for PWM program (KitProg3) - worked great.

Much thanks! .. yours … bandit

good_launch.png

0 Likes

(blush) I just found this sequence on https://www.cypress.com/file/457891/download

CY8CPROTO-062-4343WPSoC 6 Wi-Fi BT Prototyping Kit Guide  Doc. # 002-25200 Rev. *A

page 24. Helps to read the documentation :^)

Humbled ... bandit

0 Likes