Board bring up

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Yogita
Level 1
Level 1
5 replies posted 5 sign-ins First reply posted

We are using Aurix evaluation board.

Board name -> Triboard TC3x4L TH V1.0

part number of MCU -> SAK-TC364DP-64F300W

Need the sample code to bring up the board.

Kindly provide it immediately.

 

0 Likes
11 Replies
Prudhvi_E
Moderator
Moderator
Moderator
250 replies posted 100 solutions authored 25 likes received

Hello,

You may refer to the basic Blinking LED program in the below link which is developed for TC367. It shall be adapted to your device and requirements. It has basic configurations, startup code etc.

https://github.com/Infineon/AURIX_code_examples/tree/master/code_examples/Blinky_LED_1_KIT_TC367_TFT

Regards,

Prudhvi.

0 Likes
Yogita
Level 1
Level 1
5 replies posted 5 sign-ins First reply posted

1)Which tool I need to use for build the above mentioned code

2)We are using TC364 and the above mentioned code is of TC367. Will this code will be completable ?

0 Likes
Prudhvi_E
Moderator
Moderator
Moderator
250 replies posted 100 solutions authored 25 likes received

Hello,

1. If you already have the Build environment setup for your project you may use that itself. The Code example listed above has needed Linker and startup configuration files already. 

2. There might be minor differences between TC364 and TC367 but it should be easy to adapt. Please refer to the documentation.

Regards,

Prudhvi.

0 Likes
Yogita
Level 1
Level 1
5 replies posted 5 sign-ins First reply posted

Hello Prudhvi ,

Thanks for replying

I have tried  to find the documentation to know minor difference between TC364 and TC367, but I haven't found any such information.
So Is there any standard steps for changing from tc367 to tc364 , as there are no tc364 examples available?

Plz guide us.

0 Likes
MoD
Employee
Employee
50 likes received 500 replies posted 100 solutions authored

TC364 is in the TQFP144 package and TC367 is in the BGA292 package. The difference is only that the BGA292 has some more pin bonded. In case of using an example of TC367 for TC364 you must only check if an used pin in the example is available on the smaller package. If the pin is available then you can use the example 1:1 otherwise you must adapt the example to an available pin.

0 Likes
lock attach
Attachments are accessible only for community members.
Yogita
Level 1
Level 1
5 replies posted 5 sign-ins First reply posted

Hello  Sir/Mam -> Thank you for your continuous support.

While flashing the code it is showing error as "Drivers for the Infineon DAS debug probe not detected"

So, Can you plz tell me which DAS version I have to install?
Plz check attached images. 

 

0 Likes
Prudhvi_E
Moderator
Moderator
Moderator
250 replies posted 100 solutions authored 25 likes received

Hi,

You could select "Yes" to launch the debugger and see if the project code is executing or not and for your specific error, please refer to the following threads:

https://community.infineon.com/t5/AURIX/Flash-with-AUrix-on-Demo-Board-TC3xx-Starter-Kit/m-p/369854

https://community.infineon.com/t5/AURIX/Aurix-developement-debug-error-no-das-device-driver/m-p/3673...

Regards,

Prudhvi.

0 Likes
MoD
Employee
Employee
50 likes received 500 replies posted 100 solutions authored

Latest DAS version you can find always on this site:
http://www.infineon.com/das 

0 Likes
Yogita
Level 1
Level 1
5 replies posted 5 sign-ins First reply posted

Hi Sir/Mam ,

How to confirm whether DAS is installed in my laptop or not?
I have seen the DAS setup in Aurix development studio installation folder.

Yogita_0-1664776276935.png

If it is already installed then why I am getting the below error

 

Yogita_2-1664776354067.png

Please help us to solve the issue.

and if I click on yes in the above dialog box. The below error msg will reflect on console.

Yogita_3-1664778283786.png

 

 

 

 

0 Likes
dcs
Level 1
Level 1
First reply posted Welcome!

I am getting similar issue. Did you resolve it?

0 Likes
MoD
Employee
Employee
50 likes received 500 replies posted 100 solutions authored

Execute the setup file otherwise and make sure that you have administration rights.

0 Likes