Part Number: CC2640R2F
Tool/software: Code Composer Studio
how usart implements serial port to realize the function of serial debugging tool
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.
Hi,
Could you elaborate in your question a bit? The UART is not used as a debugger at any point, the device in question has a cJTAG interface.
There is however a serial bootloader in ROM that could be used to just program the device (no debugging). In this case, there is nothing special to the UART part, the details is in the protocol described in the Technical Reference Manual.
Sound like you want to read up on the "Serial Bootloader" in the Technical Reference Manual, this allows you to program a device over the UART/SPI. If that is not what you are after, then you would need to implement the functionality you are after, possibly like some kind of bootloader.