Error: CyJtagDevice Not found

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

cross mob
lock attach
Attachments are accessible only for community members.
mgraziano
Level 2
Level 2
5 replies posted 10 sign-ins 5 sign-ins

Hi all,

I have an Ascella developement kit with the CX3 chip. (https://www.e-consystems.com/Cypress-CX3-THine-ISP-13MP-RDK.asp)
I've successfully run firmware using the Cypress EZ USB Suite and UART for debugging.

Now I'm trying to get the JTAG debugger running. I did everything acording to the guide in the EZ USB suite.
However, it is not able to find a debugging device. I assume it has something to do with the drivers installed.

Could you tell me which exact drivers I need to install in order to get it running?

In the attachements I have screenshots from the currently installed drivers, my debug config and the error message.

Thanks for your help,
M.

1 Solution
AliAsgar
Moderator
Moderator
Moderator
1000 replies posted 250 solutions authored 750 replies posted

Hi M.

Could you let us know which JTAG adapter is being used? Is it the USB-Serial Chip?
If yes, kindly configure one of the SCB blocks of the USB Serial to work as a JTAG using Configuration Utility. This will make the USB Serial enumerate as "USB Serial (Dual Channel) MFG" as well.

Please install the Configuration Utility (USB Serial SDK installer) from the given link : https://www.infineon.com/cms/en/design-support/tools/sdk/usb-controllers-sdk/usb-serial-software-dev...

Best Regards,
AliAsgar

 

View solution in original post

2 Replies
AliAsgar
Moderator
Moderator
Moderator
1000 replies posted 250 solutions authored 750 replies posted

Hi M.

Could you let us know which JTAG adapter is being used? Is it the USB-Serial Chip?
If yes, kindly configure one of the SCB blocks of the USB Serial to work as a JTAG using Configuration Utility. This will make the USB Serial enumerate as "USB Serial (Dual Channel) MFG" as well.

Please install the Configuration Utility (USB Serial SDK installer) from the given link : https://www.infineon.com/cms/en/design-support/tools/sdk/usb-controllers-sdk/usb-serial-software-dev...

Best Regards,
AliAsgar

 

Yes, I'm using the USB-Serial Chip.
It worked, thank you very much for your help.