Hi, I'm trying to run my application on your PCA10031 and PCA10000 USB Dongles and I'm having a problem getting the UART receive to work on the PCA10000-- my application is not receiving the APP_UART_DATA_READY events. Transmit however works fine. And both transmit and receive work on the PCA10031 with the same application. So I assume there must be a configuration issue.
I'm running SDK 11.0, SoftDevice S130, and the Keil uVision development environment. My first suspicion is the nrf_drv_config.h file. Which file am I suppose to use with PCA10000? I'm currently using the file in examples\ble_central\ble_app_hrs_c\config\ble_app_hrs_c_s130_pca10031 and could not find a PCA10000 example.
Thanks