I'm having a frustrating time trying to enable UARTE1 to stream fast ADC results to a terminal.
I believe I have edited sdk_config.h correctly, but looking at nrf_serial.c in SES I see that nrf_serial.h is greyed out.
I have successfully built and run the serial and serial uartes examples, but when I try to patch these examples into my existing project it won't build as 'nrf_serial.h cannot be found'
I guess it's something to do with the sdk_config, but I've tried all combinations of enabling / disabling UARTs but without success. I am using SPIM0 / TWIM1 and SPIS2 without errors - do any of these conflict with UARTE1 on the '840?
Segger RTT is using UARTE0(?) hence trying to enable UARTE1.
Is there a trick to this?