Hello
I have a project that was developed in Keil, and now I want to migrate it to Segger Embedded Studio. I have followed the tutorial in this link (https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/segger-embedded-studio-a-cross-platform-ide) and completed all the steps. However, when I try to build the porject, I get a warning and the built fails.
I'm using peer_manager, so I think the problem comes from the linking process.
The warning that I'm getting is this one: "cannot find entry symbol reset_handler; not setting start address".
PS: I'm using SES V4.22
Thank you in advance for your help!