Hello everyone.
I was trying to integrate the ipc_service sample in my application. It was working all fine and I was able to set up and link the endpoint in my code. I then tried to run a clean build, and I don't know why everything broke: when I try to execute ipc_service_register_endpoint, this happens, the board resets and keeps doing it forever.
Thinking that is a matter of memory position, I found out that my compiled devicetree output for the application core has a reserved-memory node like this
Instead of
Network core side instead, the devicetree seems ok, but I still encounter the error at endpoint registration time.
I am quite lost and I don't really know how to proceed, since this problem appeared point-blank when I tried to build from zero once again.