ERROR when importing Bluetooth HID Keyboard Application (for CYW920819) into ModusToolbox

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

cross mob
HotPotTofu
Level 1
Level 1
10 sign-ins 5 replies posted 5 questions asked

Hello

I am trying to import this the Bluetooth HID Keyboard application into ModusToolbox, from this link https://github.com/Infineon/mtb-examples-CYW920819EVB-02-btsdk-hid/tree/master/hid/dual_mode_keyboar... but I am getting an error.

In ModusToolbox > File > New > ModusToolbox Application > Select BSP as "CYW920819EVB-02" > At the "Select Application" page, click "Import" > Navigate to "mtb-examples-CYW920819EVB-02-btsdk-hid/hid/dual_mode_keyboard" directory which I had already downloaded into my computer and click "Choose" > Check the "dual_mode_keyboard" checkbox and click "Create" > Error is as shown below:

Application "/home/user/Downloads/mtb-examples-CYW920819EVB-02-btsdk-hid-master/hid/dual_mode_keyboard" is not compatible with the BSP "CYW920819EVB-02".

Failed to collect application data for the "dual_mode_keyboard" application.

The application(s) creation failed. No valid application(s) selected.

Seems like the board model is already in the makefile :

 

 

# default target
TARGET=CYW920819EVB-02
#TARGET=CYW920819EVB-02
#TARGET=CYW920820EVB-02
#TARGET=CYW920735Q60EVB-01

SUPPORTED_TARGETS = \
CYW920819REF-KB-01 \
CYW920819EVB-02 \
CYW920820EVB-02 \
CYW920735Q60EVB-01 \

 

 

 

Are there any solutions to resolve this error?

0 Likes
1 Solution
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

This application is expected to run in older Software (i.e. Before BTSDK 2.7). 

Could you please  try using https://github.com/Infineon/mtb-example-btsdk-hid-dual-mode-keyboard 

 

Thanks,

-Dheeraj.P.K

View solution in original post

0 Likes
1 Reply
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

This application is expected to run in older Software (i.e. Before BTSDK 2.7). 

Could you please  try using https://github.com/Infineon/mtb-example-btsdk-hid-dual-mode-keyboard 

 

Thanks,

-Dheeraj.P.K

0 Likes