已经成功使用UART0进行BSL升级了,但是现在板子上的GPRS接口接在UART2上,请问可以通过程序将BSL接口配置到UART2上吗?
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.
已经成功使用UART0进行BSL升级了,但是现在板子上的GPRS接口接在UART2上,请问可以通过程序将BSL接口配置到UART2上吗?
The MSP432 BSL is implemented on UART, I 2C, and SPI serial interfaces. In MSP432 devices, the BSL can automatically select the interface used to communicate with the device.
您可以参考 http://www.ti.com/lit/ug/slau622a/slau622a.pdf
谢谢回复
按照这段话的理解,应该是可以的,直接进入BSL后对串口2发送数据,我测试一下