2013-10-16 03:53 AM
I'm trying to make sense of the EVAL101 USART_MultiProcessor example.
It transmits 0x33 continuously. That's fine, but where is it getting the 0x33 from?I can see no reference to that data anywhere.I can't find any variable or constant or anything thatlooks like a bit of data to be transmitted.The printf example is more useful and putchar works... but why no example of getchar? The examples seem to be costructed on the lines of a tortuous adventure game.A little more comment and a better readme file and we'd all be saving hours of torture.Can anyone shed some light on this and does getchar work too?