Tool/software: Code Composer Studio
hi,
i would like to use the cc1350 uart. I started from the nortos uart echo example.
I am able to send bytes on the uart (I checked with the oscilloscope) using the uart_write call, but when I call the uart_read the procedure does not return.
I am worry that an interrupt occur but I do not see any interrupt procedure, what happen is:
- if the TXD is connected to RXD when I call the uart_read the program will not return (I am using the cc1350 launchpad board in debugging)
- if the TXD is not connected to RXD the uart_read return but clearly with no data.
N.B. I set the pin DIO2 and 3 as uart rx and tx
well:
1) is correct my analysis?
2) can i work with no interrupt (can I have help about it)?
3) any other suggestions?
thank you
maurizio stefani