I have an nRF52840 based multi protocol ZigBee/Bluetooth coordinator running FreeRTOS. (Based on the nRF5 Thread and ZigBee SDK v4.0.0). I'm looking for guidance as to the the recommended task interval for processing the ZigBee stack. The only FreeRTOS example in the SDK has the task interval at 5 ticks with a OS frequency of 1,024HZ. My design is using a 5 ms interval with a frequency of 1,000Hz.
Note: In my current design the Zigbee task is highest priority.
Thanks,