Date
1 - 1 of 1
#Bluetoothmesh #nRF52810 #nRF52dk #Overflowed #SRAM #FLASH #flash #bluetoothmesh #nrf52810 #nrf52dk #overflowed
David HENG <david.heng@...>
Hello Team !
I am using the nRF52DK board to emulate the nRF52810, I succeed in running some samples like "blinky", "hello_world" or "beacon" in the path zephyrproject/zephyr/samples/bluetooth.
However, I cannot build the sample "mesh" which is in the same path as "beacon", because of an overflowing with 'FLASH' and 'SRAM'.
Command I used :
west build -p -b nrf52dk_nrf52810 samples/bluetooth/mesh
Output :

I tried to modify the "prj.conf" file, but even if I disabled some not essential configurations, I still have an overflow with the 'SRAM'. My main goal is to use an nRF52810 as an end-device inside my mesh network.
Is there any kind of solution ?
Best regards
David HENG
I am using the nRF52DK board to emulate the nRF52810, I succeed in running some samples like "blinky", "hello_world" or "beacon" in the path zephyrproject/zephyr/samples/bluetooth.
However, I cannot build the sample "mesh" which is in the same path as "beacon", because of an overflowing with 'FLASH' and 'SRAM'.
Command I used :
west build -p -b nrf52dk_nrf52810 samples/bluetooth/mesh
Output :
I tried to modify the "prj.conf" file, but even if I disabled some not essential configurations, I still have an overflow with the 'SRAM'. My main goal is to use an nRF52810 as an end-device inside my mesh network.
Is there any kind of solution ?
Best regards
David HENG