I have worked on a new project which would convert our NRF51 project into NRF52. I have succeed in compiling and linking code for this new NRF52 project. When I start debugging, I found I only can debugged in assembly code view and can't set breakpoint in source code. It will display "no code for breakpoint".
I backed to try NRF51 project, I did not see this issue. I have also tried the NRF52 examples and they all worked fine and can set breakpoint in source code.
Can you point me which direction I should look for to resolve this issue? I am current working on NRF52 SDK13.0.1 with GCC 4.2.1.