Announcements

Robots are revolutionizing our lives in many ways. Join our webinar to learn about Infineon’s broad portfolio of robot building blocks.
Click here to register.

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

AURIX™ Forum Discussions

Som
Level 1
Level 1
10 sign-ins First like given 5 sign-ins

ltc E106: unresolved external: safetyWatchdogLock - (IfxScuCcu.o)
Invoking: TASKING Linker
ltc F019: unrecoverable error: fatal link error

0 Likes
1 Solution
MoD
Employee
Employee
250 sign-ins 25 likes received 50 solutions authored

In your project is the variable safetyWatchdogLock not defined. Add a global variable with this name to your project, e.g.:
uint32 safetyWatchdogLock;

View solution in original post

1 Reply
MoD
Employee
Employee
250 sign-ins 25 likes received 50 solutions authored

In your project is the variable safetyWatchdogLock not defined. Add a global variable with this name to your project, e.g.:
uint32 safetyWatchdogLock;

This widget could not be displayed.