-
• #2
I think you're posting in the wrong place - this forum is for Espruino JavaScript.
You're posting C code that isn't related to Espruino - you should contact ST Microelectronics who make the chips at http://st.com, or you might have some luck posting on http://stackoverflow.com/
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,