hotz
New Member
Posts: 28
|
Post by hotz on Mar 28, 2017 10:35:33 GMT
I just received 2 new Shieldbuddiies, which show the error below when I try to program them. I can still program the old Shieldbuddies with my current setup.
Note: the new Shieldbuddies only show 1 Port, whereas the older Shieldbuddies show 2 Ports and I always selected the higher number Port of the 2 on the older Shieldbuddies.
Is there some new Driver I need to install?
// ************** Error Message for new Shieldbuddies ********************** Message from component 'IMTMemtool' : Can't connect to Target
Message from component 'Controller0.Core0.Tc2CoreTargIntf' : Can't connect target !
Message from component 'Controller0.Core0.Tc2CoreTargIntf' : Can't connect JTAG target
Message from component 'Controller0.Core0.Tc2CoreTargIntf' : That's the wrong target type ! Please check target configuration !
|
|
|
Post by Admin on Mar 28, 2017 10:45:25 GMT
Hi,
Is the processor marked "TC275 DC"? If so these require a change to the platform.txt and a new .cfg file for the MEMTOOL. We will fix this in the next release but in the meantime:
Copy the attached .cfg file to:
C:\Program Files (x86)\Arduino\hardware\aurduino\aurix\variants\tc275\Target\Aurduino_TC27xD_das.cfg
Aurduino_TC27xD_das.cfg (912 B)
Then edit the last line in:
C:\Program Files (x86)\Arduino\hardware\aurduino\aurix\platform.txt
To use the new Aurduino_TC27xD_das.cfg file rather than Aurduino_TC27xC_das.cfg e.g.:
tools.memtool.upload.pattern="{path}/{cmd}" -c "C:\Program Files (x86)\Arduino\hardware\aurduino\aurix\variants\tc275/Target/Aurduino_TC27xD_das.cfg" "C:\Program Files (x86)\Arduino\hardware\aurduino\aurix\variants\tc275\memtoolinp.bat"
Apologies, we did not realise the new D-step boards were out there yet!! Where did you get them from?
|
|
hotz
New Member
Posts: 28
|
Post by hotz on Mar 28, 2017 11:28:28 GMT
Thank you for the reply.
The new boards show SAK-TC275TP-64 but below that it says F200N DC. The older boards show SAK-TC275TP-64 and below that it says F200W CA EES A. The 2 new boards that I just received came from HiTex in Germany.
If I change the platform.txt and .cfg files will my older boards work with the new files as well? Or will I have to keep switching back and forth? I hope not.
|
|
|
Post by Admin on Mar 28, 2017 17:47:21 GMT
We will release an alternative board type for the DC step Shieldbuddies later this week. This will allow the new and old types to be selected.
|
|
hotz
New Member
Posts: 28
|
Post by hotz on Mar 29, 2017 13:32:09 GMT
Thank You!
|
|
hotz
New Member
Posts: 28
|
Post by hotz on Mar 30, 2017 1:19:42 GMT
The ShieldBuddy add-in v1.35 solves this problem. I really appreciate how responsive you are to the various issues I am encountering. Thank you Again!
|
|
sam
New Member
Posts: 12
|
Post by sam on Mar 30, 2017 10:51:20 GMT
whare can I get ShieldBuddy add-in v1.35. I am getting the following error massage:
Message from component 'IMTMemtool' : Can't connect to Target
Message from component 'Controller0.Core0.Tc2CoreTargIntf' : Can't connect target !
Message from component 'Controller0.Core0.Tc2CoreTargIntf' : Can't connect JTAG target
|
|
|
Post by Admin on Mar 30, 2017 10:54:04 GMT
|
|
sam
New Member
Posts: 12
|
Post by sam on Mar 30, 2017 15:26:36 GMT
Thanks for your reply..
I tried all the option as mentioned in this post but no luck. It seems that the Memtool itself is not able to recognize the ShieldBuddy TC275. I tried to change the target location but for the device, but no luck. in arduino IDE the, the device is mounted to COM PORT: 6 and when i ma compiling the examples for TC275 ( given in the example section), the Memtool is giving same error as before..
Message from component 'IMTMemtool' : Can't connect to Target
Message from component 'Controller0.Core0.Tc2CoreTargIntf' : Can't connect target !
Message from component 'Controller0.Core0.Tc2CoreTargIntf' : Can't connect JTAG target
It seems that the Memtool is not able to connect to the device...
|
|
|
Post by Admin on Mar 30, 2017 15:39:24 GMT
Are you using the new arduino board type "ShieldBuddy Tc275 Dx"?
|
|
sam
New Member
Posts: 12
|
Post by sam on Mar 30, 2017 15:49:28 GMT
I just bought it last week (hoping it to be Tc275 Dx). I tried by selecting both the options (Tc275Dx and Tc275) in Arduino IDE, but error remain unchanged.
|
|
|
Post by Admin on Mar 30, 2017 16:08:58 GMT
If you open the Arduino Serial Monitor for 9600Baud and press the reset button does any text appear? If you enter a character does the LED flash?
|
|
sam
New Member
Posts: 12
|
Post by sam on Mar 30, 2017 16:21:17 GMT
I will check it and update you. if there are other trouble shooting methods. Please let me know, so that i can check all of them and update you.
|
|
|
Post by Admin on Mar 30, 2017 16:24:05 GMT
You could also go to the Windows control panel and make sure that there is an Infineon JDS USB device present.
|
|
sam
New Member
Posts: 12
|
Post by sam on Mar 31, 2017 6:10:50 GMT
In the control panel: 1. Ports (COM & LPT): Infineon DAS JDS COM (COM6) 2. Universal Series Bus controllers: Infineon DAS JDS COM, Infineon DAS JDS Debug
But Infineon Memtool is not able to connect to the target device; ---------------------------------------------------------- Connection Failed Report from Infineon Memtool Target Interface, Version: 1.12.5 created: 03/31/17, 09:05:26 ---------------------------------------------------------- Windows version: Win7 (Service Pack 1) Admin: yes
IMT version: Release: 4.06.05 Build: 4616 Path: C:\Program Files (x86)\Infineon\Memtool 4.6
Target configuration file: C:\Program Files (x86)\Arduino\hardware\aurduino\aurix\variants\tc275\Target\Aurduino_TC27xD_das.cfg
Error messages: Controller0.Core0.Tc2CoreTargIntf: Can't connect target ! Controller0.Core0.Tc2CoreTargIntf: Can't connect JTAG target Controller0.Core0.Tc2CoreTargIntf: That's the wrong target type ! Please check target configuration !
|
|