2025-03-12 2:36 AM
Hi, i have difficulty in connecting the board AEKD-AICAR1 to the win11PC with miniUSB, it keeps having the
Message from component 'PpcJtagTargIntf' :
Can't connect target !
Message from component 'PpcJtagTargIntf' :
No JTAG client found !
Please check:
- target power supply
- JTAG cable connection
- target configuration
I have install every driver file i found including the driver provided in the UDE and STUDIO, and FTDI. reinstall the C:\SPC5Studio-6.0\openocd\drivers C:\Program Files\pls\UDE Starterkit 2021\Driver\JtagUsbDriver and Drivers - FTDI
Solved! Go to Solution.
2025-03-12 2:44 AM - edited 2025-03-12 4:17 AM
Hi,
The drivers you have installed (UDESTK) and the programmer you are using (the one on board of the AEK-MCU-C4MLIT1) are for PLS UDE ONLY!!!
You cannot use OpenOCD.
The two programmers PLS UDE and OpenOCD CANNOT be installed on the same machine because drivers are not compatible.
Please use PLS UDE:
https://pls-mc.com/support/downloads/download-spc5-udestk/
Best Regards,
AutoDevKit Team
2025-03-12 2:44 AM - edited 2025-03-12 4:17 AM
Hi,
The drivers you have installed (UDESTK) and the programmer you are using (the one on board of the AEK-MCU-C4MLIT1) are for PLS UDE ONLY!!!
You cannot use OpenOCD.
The two programmers PLS UDE and OpenOCD CANNOT be installed on the same machine because drivers are not compatible.
Please use PLS UDE:
https://pls-mc.com/support/downloads/download-spc5-udestk/
Best Regards,
AutoDevKit Team
2025-03-12 6:32 AM
Hi, Thanks for help with it, but i encounter another problem after connecting the board, when i connect and press f5 in the UDE Debugger, it shows nothing and flush was not successful, when i tried to flush some samples into the board like falling test
Thanks a lot
2025-03-12 8:00 AM
Hello Stellarise,
I would like to understand if after flash the code and before pressing F5, the code stops at the default breakpoint inside the main function in the main.c file.
In any case, I suggest you download this UM:
even if it is not the one from AEKD-AICAR1, pls look at paragraphs 6 to verify that the flash occurs correctly and see also paragraph 7.7.
hope this can help.
AutoDevKit Team