Hi,
I have been trying to experiment with the nrf5 SDK for thread and zigbee. Our product uses a NRF52840 in the form of a BL654 module and we have been using xbee S2C modules for our zigbee communication needs.
We would like to use the zigbee implementation of the nordic SDK for our product, so we can skip the xbee module and make our product simpler and cheaper in production and maintenance.
However, we have been using the xbee modules to join our coordinator modules (also xbee S2C) with a predifned TC link key per installation (KY AT command in the xbee). We would like to be able to set this link key in ZBOSS, but I cant find how that is suppose to be done. There seems to be no function for it, only to set the encryption key of the trust centre (which is not the link key).
I tried to change the define in zb_config_common.h:
//#define ZB_STANDARD_TC_KEY {0x5A, 0x69, 0x67, 0x42, 0x65, 0x65, 0x41, 0x6C, 0x6C, 0x69, 0x61, 0x6E, 0x63, 0x65, 0x30, 0x39 };
#define ZB_STANDARD_TC_KEY { 0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39, 0, 0, 0, 0, 0, 0, 0, 0 }; // TEST KC link key
But that didnt seem to do anything. Our product joins just fine on this started network, using this link key:

But the output of the NRF just says it cant do network steering:

When I restart the network using the default key 5A6967426565416C6C69616E63653039, it works just fine with the NRF:
