Other Parts Discussed in Thread: CC2538, CC2420
Hello,
I'm using Contiki on a CC2538DK. To reduce power consumption I want to use the radio duty cycling protocol ContikiMAC and to further be able to reduce the number of sent strobes I want to use the ContikiMAC phase-lock optimization: 
By default the phase-lock optimization is disabled on the CC2538dk platform while that isn't the case with the other platforms like Tmote Sky.
The problems occuring when enabling the ContikiMAC phase-lock optimization on CC2538 is that a lot of messages are not received.
Is it possible to make the ContikiMAC phase-lock optimization work in a proper way on CC2538? Actually, I couldn't figure out what the problem is yet.