Other Parts Discussed in Thread: CC2640R2F, CC2640
Tool/software:
I have 1 question about - if I can use the UART) peripheral for other purpose also for reading string if the same UART0 is already been used in the 'simple central' to provide an interface for the application.[ https://software-dl.ti.com/lprf/simplelink_cc2640r2_sdk/1.30.00.25/exports/examples/rtos/CC2640R2_LAUNCHXL/blestack/simple_central/README.html ] this is the link for simple central example used in my code.
please guide me for this.
can we use same UART0 which is already used for display peripheral and now i want to read characters from same UART0 peripheral.
when I tried code for reading bytes from uart0 my simple central code stops working.it wont send any data on its display.
thanks in advance.