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

Trouble with APP_xxx_INIT

I am trying to build a project where I need to implement a button characteristic on a nrf51822 master device. I'm using S120 v1.0.1, SDK 6.1.0 and compiling with keil. keil memory settings: iROM start: 18000 , iROM size: 27000 iRAM start: 28000, iRAM size: 2800

The problem is that when I add someting like APP_BUTTON_INIT or APP_TIMER_INIT , the program doesn't even reach main funtion. And I don't understand why. I upload my main file to see if somebody can help me. main.c

Thanks a lot and I'm sorry for my poor english.

Parents Reply Children
No Data
Related