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

Can I use UART in BLE service ?

Hello everyone , can i use UART which is not a services or characteristic in bluetooth low energy . It will result in some question or bad effection? By the way . why I cannot use sd_nvic_EnableIRQ(UART0_IRQn) function instead NVIC_EnableIRQ(UART0_IRQn) function in bluetooth service ?

Related