Hi Miroslav, I hope you're doing well!
By default, when importing the KW41Z ZigBee 3.0 Sleeping End Device SDK example, Power Down mode is enabled. This has the effect of disabling the use of the debug UART, thus not printing debug information and messages to a serial terminal.
For debugging purposes, power down mode can be disabled by changing the cPWR_UsePowerDownMode definition to 0 instead of 1 in the config.h header file of the source folder of the example project:
#define cPWR_UsePowerDownMode 0
Please let me know if you need more information.
Best regards,
Sebastian