I am posting this query again as the previous query is closed and unanswered https://devzone.nordicsemi.com/f/nordic-q-a/88349/increase-zigbee-max-endpoints-for-nrf52840
Hi, I am developing a zigbee device on Nrf connect sdk 1.9.1 which has 9 endpoints, i am not able to create more than 8 endpoints perfectly.
i tried to change ZB_MAX_EP_NUMBER in "v1.9.1\nrfxlib\zboss\production\include\osif\zb_vendor.h" file and https://github.com/nrfconnect/sdk-nrfxlib/blob/6195aa85b705a5786cb0bc20ec9a4912355f0afc/zboss/development/include/osif/libzboss_config.h#L508 but the issue was not solved.
when i changed #define CONFIG_ZB_MAX_EP_NUMBER 8 to #define CONFIG_ZB_MAX_EP_NUMBER 9, my nrf52840 is crashing at bootup.