Hi all,
I am experimenting an issue similar to this guy --> devzone.nordicsemi.com/.../
But I have my project in two different branchs one using Peer manager and multiple timers, and one using Peer Manager and Queue, both working perfectly.
When I merge one on each other I got fatal error after call
err_code = pm_init();
APP_ERROR_CHECK(err_code);
err code 255,
would it be something related to RAM size or ROM size?
Used FLASH: 106KB out of 512KB (20%)
Used RAM: 9088 bytes out of 64KB (13%)
I am using a NRF52 and SDK13.
Thanks