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

Missing app_timer_appsh.c

I'm working on a custom board based on the nRF52832. I'm developing on Win 8.1 using SES and a J-Link Plus. SDK version 14.1.

I'm trying to follow this tutorial here devzone.nordicsemi.com/.../ to create an application that uses the S132 SoftDevice and the Scheduler library. The tutorial refers to the file app_timer_appsh.c, which doesn't seem to exist in my version of the SDK. Has it been replaced? Is there now a better approach than using the app timer lib with the scheduler lib? Thanks.

The bigger picture is that, when commanded, I want to turn on the PWM for a certain amount of time. So, I'm going to try to use the single-shot app timer to turn off the PWM via its configured callback function when the timer expires. I'm thinking the setting up of the timer and turning on of the PWM will be done through the scheduler as a schedule event.

Related