Other Parts Discussed in Thread: SYSCONFIG
Tool/software: Code Composer Studio
What is the difference between the UART and UART2 driver in Sysconfig for CC1312R1?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
What is the difference between the UART and UART2 driver in Sysconfig for CC1312R1?
Hi,
where can i find some documentation about the new UART2-driver and the improvements? It would be nice to get some more information about the difference between the drivers than 'it is a newer version'.
The header-file for the UART2-driver says :
WARNING These APIs are PRELIMINARY, and subject to change in the next few months.
Why should i use a driver with a preliminary API in a new project?
Regards
Jan
Hi.
I see. I thought it was released. Until it is released, use the UART driver. Currently the only documentation is the documentation in the UART2.h file.
Regards,
Vegard
Hi Jan
The UART2 will be released in its final form in 2020Q1.
For the UART_WritePolling, where is it missing from? I can see it in the normal UART documentation.
Regards,
Vegard
Hi Jan.
If you are going to use the old UART driver, the recommended driver to use is the UARTCC26XX driver. This one got the writePolling function implemented.
Both the UARTCC26X0 and the UARTCC26X2 drivers are NRND.
Regards,
Vegard