This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM64X: EtherCAT SubDevice: HWALLicense task stops, EtherCAT subdevice stops working

Part Number: PROCESSOR-SDK-AM64X
Other Parts Discussed in Thread: TMDS64EVM

Hello,

I am using:

Industrial Comm SDK 09.00.00.35
EtherCAT-Stack: Full Stack from TI

I tried to integrate the EtherCAT example in my project. I basically do the same steps as in the examples. However now I get the following output:

[r5f1-0]    24.263570s : Signature verification failed
[r5f1-0]    24.263604s : License verification failed
[r5f1-0]    24.263651s : HWAL_IPP_licenseProcessing:531:>Error = 0xffffbd70
[r5f1-0]    24.263686s : Did End Task HWALLicense

And after round about 60 sec it prints the "LICENSE EXPIRED", which was originally printed after 60 min.

Unfortunately I cannot share my source code, apologies for that, but maybe anyone could give me a hint, when this error occurs, and what this (0xffffbd70) means exactly? How can I track down the error? The task for license checking I guess is created by the EtherCAT stack and I do not know what is exactly done there/what could go wrong.

What I changed is I moved EtherCAT to core R5-1-0 and added DDR RAM in linker file.
Do you have any guesses what could be done wrong, are there any specific initialization steps triggering/creating this HWALLicense task?

Thanks for any hints and help!