I'm using
SDK : nRF5_SDK_17.0.2
Example Project : ble_app_uart
Soft device :S113
The initial project builds successfully.
My project has requirements for tow uarts.
As one UART is already used in the built in project, i leave it as it is.
When i try to configure another uart i get as below
error: 'NRF_UARTE_BAUDRATE_250000' undeclared (first use in this function); did you mean 'UART_BAUDRATE_BAUDRATE_Baud250000'?
Really confused about UART and UARTE are they mutully exclusive ??