1Answers
Should the KEA128 serial port receive data interrupted by serial port?
Asked by: Sharon 199 views IT
Can I receive data directly? Rookie solves the gods
while(1)
{
ReData = Uart_GetChar(UARTR0);
}
Welcome Guest.
Asked by: Sharon 199 views IT
Can I receive data directly? Rookie solves the gods
while(1)
{
ReData = Uart_GetChar(UARTR0);
}
+1Votes
Any CPU can use the query mode, but this will completely occupy the CPU and can’t do other work
so it will usually use interrupts