Hi! Why stm32F103ZET use serial port can't receive and send data?
The system has been in smooth operation when configuration with USART1 program. The data's receiving and sending are very good. But it went wrong when I replaced usart1 instead of usart2.
Serial port is not working properly. I don't know what's wrong. Please give me some suggestions.Thank you.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi! Why stm32F103ZET use serial port can't receive and send data?
The system has been in smooth operation when configuration with USART1 program. The data's receiving and sending are very good. But it went wrong when I replaced usart1 instead of usart2.
Serial port is not working properly. I don't know what's wrong. Please give me some suggestions.Thank you.
u8 data;
int main()
{
}
void USART2_IRQHandler(void)
{
}
Best regards,