Hello,Nordic team
I am programming with nrf52833 and ncs v2.9.0
While bonding with peripheral ,central report No memory to create new report.But my soc flash and ram are enough.Do there any way to expand this mem?
Best regard
Hello,Nordic team
I am programming with nrf52833 and ncs v2.9.0
While bonding with peripheral ,central report No memory to create new report.But my soc flash and ram are enough.Do there any way to expand this mem?
Best regard
Hi
When building the project you're working on, the build window should tell you approximately how much flash/RAM you have free in your application, so first off check that you have some RAM/Flash left to go on.
You can also check your project's Kconfig and prj.conf files and see what the HEAP configs are set to there. It might be that
Best regards,
Simon
Hi,
I have tried double these three configuration,But err still happend.
I do multi devices register in same cb.And when the third one do this,ENOMEM happend
Best regard
Hi
When building the project you're working on, the build window should tell you approximately how much flash/RAM you have free in your application? Is this screenshot relevant at all here?
Best regards,
Simon
Hi,
I think the free ram and rom are all enough
That’s not all code relevant,but err is happened here when ‘i’ is the third.
Best regard
my prj.conf
CONFIG_HEAP_MEM_POOL_SIZE=4096
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
CONFIG_MAIN_STACK_SIZE=8192