Hi Jing,
We are working on openthread library which has a support for KW41Z .Our example application which is flashed in KW41Z is using coap secure(COAPS) protocol for sending packets.
But, COAPS communication is not established. The reason might be the hardware acceleration is disabled in KW41Z.
So, we referred some of the thread protocol examples of KW41Z to enable hardware acceleration and observed SecLib_Init function is calling LTC_Init() which is a driver function used for enabling the clock.
In the similar manner, we used the SecLib_Init() function to enable LTC clock in the openthread stack. But, still the COAPS communication is not working.
Could you please provide your valuable inputs to resolve this issue?
Thanks & Best Regards,
Praneeth