|
Post by deadman1966 on Oct 7, 2019 18:37:50 GMT
Do i need a specific version of the Arduino IDE for the board to be programmed via it. I have several folders in my program files that i use with Arduino IDE in portable mode if i open any of the most recent versions i do not see the shied buddy board as an option.
The board shows up in device manager as Infineion DAS JDS COM on com18 but if i open the infineion IDE it give me errors saying my license is expired - this is a brand new install i just got the board and just got the license file and moved it where the instruction said to put it.
I did change the default install directory to my D drive instead of C drive otherwise the installation was default.
Memtool is able to connect to the board after i picked the D step version of it in the drop down list for devices.
Any help setting up the Arduino IDE would be greatly appreciated i have an application running on a mega2560 where i ran out of memory and hope to port it to the shieldbuddy board and split functions across the cores.
|
|
|
Post by Admin on Oct 8, 2019 12:19:01 GMT
Any version of the Arduino IDE from 1.8.0 can be used. It is best to install everything to drive C: to see if that fixes the problems.
|
|
|
Post by deadman1966 on Oct 9, 2019 2:41:22 GMT
I installed Arduino IDE 1.8.10 as a default installation and i could see the Tc-275 board right away, i did choose the Dx version of it as i believe my board is d step. I cannot compile using it at the moment because by default is it looking for the free toolchain to be on drive c. Is there a file in the Arduino IDE directory i could edit to change drive c to drive d. My drive C is small and my drive D is a raid drive i put my development software on. I know i can re-install it as default but would rather configure my system for drive d.
|
|
|
Post by Admin on Oct 9, 2019 7:13:44 GMT
You can edit the file at:
C:\Program Files (x86)\Arduino\hardware\aurduino_Dx\aurix\platform.txt
to change the location of the free toolchain.
#C Compiler Settings: free tool chain installation compiler.path=C:/HighTec/toolchains/tricore/v4.9.3.0-infineon-1.0/bin/
Becomes:
#C Compiler Settings: free tool chain installation compiler.path=D:/HighTec/toolchains/tricore/v4.9.3.0-infineon-1.0/bin/
|
|
|
Post by deadman1966 on Oct 9, 2019 7:45:07 GMT
Ended up uninstalling everything and reinstalling with defaults now it's stuck at licensing errors. All the files i receive via email are expired.
|
|
|
Post by Admin on Oct 9, 2019 7:53:57 GMT
TO get a new licence for the compiler, go to: free-entry-toolchain.hightec-rt.com/and enter your details again. You will then be offered the chance to download a fresh licence file. Copy this to d:\HIGHTEC\licenses You may need to edit the Windows environment variables for the HIGHTEC tools. These all start with "HTC_" and are probably still configured for C:\HIGHTEC
|
|
|
Post by deadman1966 on Oct 9, 2019 21:10:01 GMT
I tried downloading a new license file several times and it still came up expired. I am gonna have a look at the environment variables, the instructions say they should point to HIGHTEC\Licenses but i did notice it seems to be looking at another location for the file perhaps i have to change them to the HTC folder which is under the user folder in windows. Although it is contrary to the instructions given to install.
|
|
|
Post by deadman1966 on Oct 9, 2019 21:20:41 GMT
I tried downloading a new license file several times and it still came up expired. I am gonna have a look at the environment variables, the instructions say they should point to HIGHTEC\Licenses but i did notice it seems to be looking at another location for the file perhaps i have to change them to the HTC folder which is under the user folder in windows. Although it is contrary to the instructions given to install. Attachments:
|
|