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

How can I add existing file into Keil to build?

I can use "Pack Installer" to copy example from Keil folder to my hard disk driver, for instance, I copy ble_app_cts_c to my personal folder. I can build and flash ble_app_cts_c into my nRF51 DK. Now, I want to add nrf_drv_timer.c into "nRF_Drivers" to add timer functions, but I can't find a way to add it into Keil project. So, how can I do that? image description

Related