This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_BREAKPOINT_COND

Hi

i'm trying to create my own custom service, but it doesn't work , i can't service  at nRF Connect 

i use ble_app_template from SDK v15.0.0 

when i debug it, code from power_management_init(); , stop at NRF_BREAKPOINT_COND

Thank you

Parents
  • Hello,

    Is the question why you are stopping at that line when you are debugging?

    Or are you setting the breakpoint at this line, because this function fails?

    Can you please try to enable the logging module, and defining DEBUG in your preprocessor defines? Then your log should tell you why the project is stopping.

     

    My guess is that you have to change your RAM start and RAM size. The log module should tell you what to change them to.

     

    Best regards,

    Edvin

Reply
  • Hello,

    Is the question why you are stopping at that line when you are debugging?

    Or are you setting the breakpoint at this line, because this function fails?

    Can you please try to enable the logging module, and defining DEBUG in your preprocessor defines? Then your log should tell you why the project is stopping.

     

    My guess is that you have to change your RAM start and RAM size. The log module should tell you what to change them to.

     

    Best regards,

    Edvin

Children
Related