Hi everyone, I'm having troubles with a project using softdevice, and I think it could be a memory problem, I just wanted to confirm that the addresses are correct and there is no problem with that.
My softdevice version is s132 4.0.2 and I have these RAM/ROM addresses:
The problem is that the current consumption has increase to 4.2mA and I had 2mA, it has appeared when I changed the whole project from an old PC to a new PC, and a .hex file compiled in the old PC it works fine consuming 2mA, but when a I compile in the new PC, it consumes 4.2mA.
It could be any setting?
Thanks in advance
EDIT: Problem solved, it was a library problem, I was using some libraries that didn't work as we wanted. Thanks.