I am working with ble_app_uart example. I have added a new folder by name custom_folder in $(SDK_root)/, the same places where folders like library, softdevice, ble, boards etc are present. In the custom_folder, I have created a .c file and corresponding header file. I have included the path in "User Include Directories" section as well. The Segger Embedded Studio shows the header file in the available header files for the project. But when I call the function in the c file, it shows an error saying "undefined reference to function".
Any idea on how to solve this issue? Thanks in advance.
Regards,
Sai Kiran.