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

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

Hi guys,

I  am now working with TC397 app kit in Aurix Development Studio;

I found that the procedure can not be stopped at the breakpoint.

Can anyone tell me the reason?

Does the ADS support the breakpoint debug with miniwiggler?

Charlie9527_0-1660882464298.png

 

 

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

Hi charlie,

Could you please try difference position to set breakpoint? i.e. The first line of entry function.

dw

0 Likes
Charlie9527
Level 2
Level 2
5 questions asked 10 sign-ins 5 replies posted

When I use MCD tools in DAS directory, the  IP Trigger function works well.

So I think the Aurix Development Studio may not set the breakpoint to the chip.

I add a breakpoint at the entry function, it still canot be stopped at the right place.

Charlie9527_0-1660883711656.png

 

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

Hi Charlie,

Could you please use LED demo for a test? 

dw

0 Likes
Charlie9527
Level 2
Level 2
5 questions asked 10 sign-ins 5 replies posted

The following is the led demo, I set the breakpoint at:

initLED(); /* Initialize the LED port pin */

while(1)
{

   // ******set breakpoint at this place*******
   blinkLED(); /* Make the LED blink */
}

the breakpoint is still not triggered.

Charlie9527_0-1660888528629.png

 

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

Hi Chalie,

Please use on-board miniWiggler if you use Triboard TC397 instead. External miniWiggler can be used to programming flash.

dw

0 Likes
Charlie9527
Level 2
Level 2
5 questions asked 10 sign-ins 5 replies posted

Hi dw

Do you mean that I need to choose the miniwiggler in the red mark?

Charlie9527_0-1660891617851.png

 

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

In the user manual, please refer to 3.6.2 miniWiggler JDS, the on-board miniWiggler is buildin on Triboard.

dw

0 Likes
Charlie9527
Level 2
Level 2
5 questions asked 10 sign-ins 5 replies posted

Hi dw,

I test the two miniwiggler with MCD tools, both wiggler can trigger .

Does that mean that all the two wiggler can used for debug?

If not, can you tell me how to change to use on-board miniWiggler?

Charlie9527_0-1660960589427.png

 

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

Hi Chalie,

The board user manual indicates the on-board miniWiggler in this link:https://www.infineon.com/dgdl/Infineon-TriBoardManual_TC3X71-UserManual-v02_01-EN.pdf?fileId=5546d46...

I am using TC397 Triboard and onboard Miniwiggler which goes through a USB cable directly to PC USB port and simulate a COM port. And I attached the screenshots for your reference.

Note that if you use ADS to debug, the DAS client will show empty as DAS Server Locked cause the ADS is using DAS implicitly.

dw

dw

0 Likes