Hi,
I am using ble_app_uart and SPI example to develop the wireless weight scale.
Till now I have successfully integrated SPI and ble_app_uart example to display weight scale value to nrf app. Now I am integrating pairing feature using single button. For that I am using interrupt example but when i am merging the pin_change_int code with current code interrupt is not working.
after debug the code i understood interrupt is not working due to clk init() part of code.
Can you help me to understand where is the issue ?
Thank you in advance.