Problem with flashing TLE9879 Eval Kit with onboard USB debugger

Announcements

Webinar: Integrated solutions for smaller, simpler low-voltage motor control design.
Join the webinar to experience!

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

cross mob
Not applicable
Dear all,
My inquiry is related to https://www.infineonforums.com/threads/5623-TLE9879-Eval-Kit-Bridge-drive-Not-Functioning

I have replaced the chip but I am not able to run the "Sensorless BEMF" example program for bldc motor.

I have a question regarding the onboard Segger J-Link SWD USB debugger( XMC4200) on TLE9879 Eval kit. It may be the source of the problem.

As I look into the matter, some registers(BRDV) in TLE9879 are not getting reset after programming over onboard debugger via USB cable.
Can you provide complete initialization code which I can flash and complete reset the device?



Thanks in advance.

Regards
S
0 Likes
2 Replies
lock attach
Attachments are accessible only for community members.
Mc-Key
Employee
Employee
Welcome!
Hi,
I created a project that initializes all modules of the TLE9879QXA40:


The behavior should be like this, in the runtime debug window :

before the TLE_Init();
2999.attach

after the TLE_Init();
3000.attach

In addition to that, you can select the "Reset and Run" function in the debug interface settings:
3001.attach

Best Regards,
M.K.
0 Likes
Not applicable
Yes, Exactly. Thanks a lot.

But why these things happen always? Even the reset button does not clear it.
0 Likes