for (i = 0; i < length; i++) {
platform_uart_write(message[i]);
}
在进行串口写操作时,程序出不来,请问这是怎么回事?
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.
for (i = 0; i < length; i++) {
platform_uart_write(message[i]);
}
在进行串口写操作时,程序出不来,请问这是怎么回事?