File: config/FreeRTOSConfig.h - Change configSUPPORT_STATIC_ALLOCATION from 0 to 1 - add the following define for configASSERTNULL #define configASSERTNULL(x) \ if ((x) == NULL) { \ taskDISABLE_INTERRUPTS(); \ for (;;) \ ; \ } File: matter_2.2.0/src/platform/silabs/SilabsConfig.cpp - Comment out the 2 functions nvm3_lockBegin and nvm3_lockEnd