Hi,
I work on thiny52,when i cut off softdevice ,modify the ld file to:
MEMORY { FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000 RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x10000 } It can't enter the app timer handler. and app_timer_cnt_get() returns 0 always. I don't know how to slove the problem.
best regards!