|
Post by arthur on Jan 29, 2019 11:45:12 GMT
Hi, Just received my ShieldBuddy, installed everything, Arduino IDE can see TC275 and TC275_Dx, but I'm unable to compile, I get this errors. 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 Tried everything from this post but nothing helped aurduino.boards.net/thread/86/problem-new-shieldbuddies-programmableThank you
|
|
|
Post by Admin on Jan 29, 2019 11:50:28 GMT
Does your board have the TC275 DC processor fitted? If so, please use the ShieldBuddy TC275 Dx board type.
Does the ShieldBuddy show up under the Port menu?
|
|
|
Post by arthur on Jan 29, 2019 11:53:52 GMT
Thank you for your answer, I got 2 boards and yes they are DC, so I selected Dx in Arduino IDE and got the same issue on both here is a log file
|
|
|
Post by arthur on Jan 29, 2019 11:56:23 GMT
The port is installed also Infineon DAS JDS COM (COM13)
|
|
|
Post by arthur on Jan 29, 2019 12:13:28 GMT
Maybe it's because of this line ?
Target configuration file: C:\Program Files (x86)\Arduino\hardware\aurduino\aurix\variants\tc275/Target/Aurduino_TC27xC_das.cfg
|
|
|
Post by Admin on Jan 29, 2019 12:33:36 GMT
Yes, you need to use:
C:\Program Files (x86)\Arduino\hardware\aurduino_Dx\aurix\variants\tc275\Target\Aurduino_TC27xD_das.cfg
If you have selected the ShieldBuddy TC275 Dx board type then this should get used automatically!
|
|
|
Post by arthur on Jan 29, 2019 12:35:30 GMT
but it's not changing, where I need to change it? I've tried to connect directly from Memtool, I'm getting the same errors
|
|
|
Post by arthur on Jan 29, 2019 12:36:36 GMT
PFLASH0: 2 MByte OnChip Program FLASH (not ready) PFLASH1: 2 MByte OnChip Program FLASH (2) (not ready) DF_EEPROM: 384 KByte OnChip Data FLASH (not ready) UCBs: 8K UCB FLASH (not ready)
|
|
|
Post by arthur on Jan 29, 2019 17:39:08 GMT
In Arduino Serial monitor I'm getting this, but still impossible to connect 18:38:18.980 -> Sh⸮S⸮ShieldBuddy Tc275 Test⸮ShieldBuddy Tc275 Test Applic⸮ShieldB⸮⸮⸮ShieldBuddy⸮ShieldBuddySh⸮ShieldBuddy Tc275⸮ShieldBuddySh⸮ShieldBudd⸮ShieSSh⸮ShieldBS⸮ShieldBuddShi⸮⸮Shie⸮ShieldBuddy T⸮ShieldBuddy Tc2⸮SShi⸮S⸮Shi⸮⸮ShieldBuddy Tc⸮ShieldBuddy Tc275 Test ApplicationSh⸮S⸮Shi⸮⸮ShieldB⸮
|
|
|
Post by arthur on Jan 29, 2019 22:19:53 GMT
Once I click on Compile in Arduino IDE its opening the Memtool with errors of connection, after clicking about 10 times RETRY its connecting and I'm getting this error and still unable to compile
|
|
|
Post by arthur on Jan 29, 2019 23:58:43 GMT
Reinstalled everything, no way
|
|
|
Post by arthur on Jan 30, 2019 11:05:11 GMT
Installed on my laptop, now when I want to compile from Arduino IDE I'm getting this error
C:\Program Files (x86)\Arduino\hardware\aurduino_Dx\aurix\variants\TC275\cint_tc2x.c:41:33: fatal error: tc27xc/IfxCpu_reg.h: No such file or directory
# include "tc27xc/IfxCpu_reg.h"
^
C:\Program Files (x86)\Arduino\hardware\aurduino_Dx\aurix\variants\TC275\crt0-tc2x.c:58:33: fatal error: tc27xc/IfxScu_reg.h: No such file or directory
# include "tc27xc/IfxScu_reg.h"
^
compilation terminated.
compilation terminated.
exit status 1 Error compiling for board ShieldBuddyTC275_Dx.
|
|
|
Post by arthur on Jan 31, 2019 9:10:46 GMT
Fixed all problems, so it was my computer USB power issue, once I've connected 7V DC everything start to work.
|
|
|
Post by Admin on Jan 31, 2019 9:20:27 GMT
That is interesting. We have occasionally seen that very cheap USB cables do not pass enough current to allow the ShieldBuddy to operate properly.
|
|
|
Post by arthur on Jan 31, 2019 10:05:47 GMT
Same cable on my laptop without problem. Can you tell me please the best DC range for long time operation?
|
|