Capsens configuration file for CY8CPROTO-062-4343W ... where it is

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

cross mob
PaYe_4603801
Level 4
Level 4
5 likes given Welcome! 25 replies posted

Hello,

Where can I find design.cycapsense file.

In the presentation of Alan Hawse

https://iotexpert.com/2019/12/09/mouser-psoc-6-wifi-bt-mbed-l5-capsense-thread/

it is located here:

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8PROTO_062_4343w/COMPONENT_BSP_DESIGN_MODUS/design.cycapsense

But where is located 1st part of path ... i.e. targets folder ?

Thanks.

0 Likes
1 Solution
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hi PaYe_4603801​,

The targets folder is the part of the mbedOS project workspace. Please check where you have created the mouser-mbed-05 project. Under that you should be finding the targets folder inside the mbed-os directory.

For example:

C:\mbedWorkspace\mouser-mbed-05\mbed-os\targets\TARGET_Cypress\TARGET_PSOC6\TARGET_CY8CPROTO_062_4343W\COMPONENT_BSP_DESIGN_MODUS

pastedImage_1.png

Let us know if this helps!

Regards,

Bragadeesh

Regards,
Bragadeesh

View solution in original post

5 Replies
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hi PaYe_4603801​,

The targets folder is the part of the mbedOS project workspace. Please check where you have created the mouser-mbed-05 project. Under that you should be finding the targets folder inside the mbed-os directory.

For example:

C:\mbedWorkspace\mouser-mbed-05\mbed-os\targets\TARGET_Cypress\TARGET_PSOC6\TARGET_CY8CPROTO_062_4343W\COMPONENT_BSP_DESIGN_MODUS

pastedImage_1.png

Let us know if this helps!

Regards,

Bragadeesh

Regards,
Bragadeesh

Yes ! It's the case. Thanks.

But unlike Alan's example, the file is empty.

There is no default config, so, I have to proceed with manual configuration ?

capsens_config.JPG

0 Likes

Hi PaYe_4603801​,

The mouser-mbed-05 project contains all the required configuration settings for CapSense. The user is not expected to load the capsense configuration manually. Please see the below image which I loaded from the mouser-mbed-05 project.

pastedImage_0.png

Please make sure the following:

1. You have chosen the correct configurator file "design.cycapsense"

2. Right click on the design.cycapsense file in some editior such as notepad++ or Code. It is an XML file. Check if the buttons and sliders are defined correctly. This will make sure you haven't accidentally replaced the design.cycapsense file

pastedImage_2.png

In any case, make sure you have followed these steps:

1. Copy the full path of design.cycapsense file from targets folder

2. Open the capsense configurator from MTB 2.0 installation directory \your_location\ModusToolbox\tools_2.0\capsense-configurator

3. File > Open and copy the path of design.cycapsense file.

Regards,

Bragadeesh

Regards,
Bragadeesh
lock attach
Attachments are accessible only for community members.

Here is my version of design.cycapsense.

As you can see, the content is quite different from yours.

0 Likes

After updating the capsense 2.0 library, it becomes OK.

Thanks.

0 Likes