Hi,
I am using
- nRF52840
- SDK 15.3.0
- Keil IDE
- The soft device is S140
- JLinkRTTViewer for debug
How do i use a single serial port to communicate with the server and do a background dfu at the same time.
dfu uses the slip protocol and the application program uses a different protocol.
How can I receive messages from dfu and application using a single uart?
Please advise.