This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello TI Support,
I would like to debug 2 separate TMS320F28379D Delfino Boards, each board running one different program. I need to debug them at the same time to check the communication result. Thus, I need to upload different code to each board, meaning I need to find a way to choose the appropriate emulator to download the code to. I tried the "Debug Probe Selection" in Target Configuration File. However, when I ran "xds100serial.exe" while having 2 emulators connected to PC, it shows me that both of them have the same serial numbers ( !?). If this is the case, how can CCS know which emulator device to download the code to ?
Here is the image of the result of "xds100serial.exe".
Regards,
An.
Hello Gautam,
My case is 2 separate debuggers having the same serial number. The wiki site says that each XDS100 debugger must have a unique serial number, but that is not what I encountered. Anyways, I managed to solve it by simply writing the (same) serial number of those 2 debuggers into the Debug Probe Selection, and download each program one after another. That way it works.
Thanks Gautam,
An.