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

saadc __wfe command

hi i am trying to send data through external bluetooth using uart. however i am facing some issues.

The problem is that when connecting the tx pin from nrf52 dk to rx pin of my external bluetooth device BC127 the external bluetooth is turn off.

After i remove the __wfe command from my code my bluetooth will remain on but my saadc data is affected and cant be sent.

The only way to sent my data is to detach the rx and tx pins and connect up my Bluetooth through serial port before adding in the rx and tx pins.

Please provide me with more info on __wfe command and please provide guidance on anyway to replace this command without affecting my adc data.thank you

Related