Implementing Matter weather station using nrf52840DK and Bosch BME280 sensor

Hi,

I am using nrf52840DK and trying to implement a weather station application using thingy53 application example.
I am using a Bosch BME280 sensor and could read the data from the using I2C.

Now I was integrating it into matter using same DK and BME280 sensor I have done all required changes for my application and tried to build but I got Issue with the RAM.

While build it says RAM overflow by some bytes as i have attached the image below I anyone faced this issue it will be helpful for my implementation.

I want to know do I need add some thing in config file or how can i build this in to flash.

Thanks in advance

Related