在simple_peripheral的main程序中初始化了uart_init并调用UART_write时死机,单步调试时发现是卡在了hwi_disable()函数处,而通过read的回调函数调用uart_send却不会死机,求帮助
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.
在simple_peripheral的main程序中初始化了uart_init并调用UART_write时死机,单步调试时发现是卡在了hwi_disable()函数处,而通过read的回调函数调用uart_send却不会死机,求帮助