Dear Support:
Nowadays, we do a test about the high temperature environment.
we found in the high temperature above 95 ℃, the init time of the zstack of v1.2.2a will be 80ms, but if it in the normal temperature it is only 35ms.
and the current consuming is very important for us.
So we check the source code and found if I used function MAC_Init() to replace ZMacInit() and the init time is keep in 35ms.
and what I want to know is what the function ZMacInit() do can changed the executing time between the different temperature.
I found the ZMacInit() function call MAC_Init(); and MAC_InitDevice();
can you show me what will be the answer for this problem?