Flashing AURIX TC377

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

cross mob
NABICHAN
Level 2
Level 2
25 sign-ins 10 questions asked 5 replies posted

Hi,

We have just started on AURIX MCU. We have developed and tested the code using ADS. However, we have our own custom boards which we wanted to flash.

We have Lauterbach debugger currently, is it possible to flash via lauterbach?

If Yes, how do we connect the ADS to lauterbach device which is a Hardware.

If No, please suggest easiest way to flash the SW.

0 Likes
1 Solution
cwunder
Employee
Employee
5 likes given 50 likes received 50 solutions authored

T32 is is not integrated wtih ADS. However I would say you can use the standard tool flow with Lauterbach. Typically you would have setup using the T32Start for the with your options. 

To you program your software into the AURIX device you would run the flash cmm file for the TC37x one you have opened T32 and connected to the TC377. If you have the T32 installed in the default directories you would run  C:\T32\demo\tricore\flash\tc37x.cmm

cwunder_0-1673454651503.png

Note you can also directly flash you program into the device from ADS

cwunder_1-1673455245530.png

 

View solution in original post

3 Replies
cwunder
Employee
Employee
5 likes given 50 likes received 50 solutions authored

T32 is is not integrated wtih ADS. However I would say you can use the standard tool flow with Lauterbach. Typically you would have setup using the T32Start for the with your options. 

To you program your software into the AURIX device you would run the flash cmm file for the TC37x one you have opened T32 and connected to the TC377. If you have the T32 installed in the default directories you would run  C:\T32\demo\tricore\flash\tc37x.cmm

cwunder_0-1673454651503.png

Note you can also directly flash you program into the device from ADS

cwunder_1-1673455245530.png

 

Hi,

Thank you for the detailed explanation. 

For, flashing the program directly through ADS , some Hardware will be required right? To communicate from PC to the JTAG connector. What should be that Hardware (currently we only have lauterbach)? 

0 Likes
Di_W
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 250 solutions authored

Generally, ADS is using integrated debugger for onboard miniWiggler of Tribaord which simulate a COM port on the PC with Win10 system.

You can use other debugger(i.e. PLS) with .elf file generated by ADS which is using a free Tasking compiler.

But this debug process is separated with build process.

 

0 Likes