I'm developing a Matter windowcovering project using the nrf52840, ncs v2.2.0, and OTBR hompod mini modules. After completing the network configuration, I encounter an error: "Error retrieving data from clusterId: 0xxxx, err = b" when retrieving data from clusters. The error code indicates "out of memory". I've tried increasing the heap size to 14000, but the error persists. The two configuration items I've modified are:
CONFIG_HEAP_MEM_POOL_SIZE=14336
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=14336
How can I modify these settings to eliminate this error?