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
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
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
i found problem, controller don't have enough memory, i increase memory region at the linker
for people who don't know, what i mean
Option->Linker->Config->Edit->Memory regions
ROM = 0x26000
RAM = 0x20003000
Where is the Config option in Linker? I am using Segger Embedded Studio
Where is the Config option in Linker? I am using Segger Embedded Studio