Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWriting to UART
Simple code, trying to write to UART from terminal and light an LED if character "A" is detected. What am i doing wrong? here is the code. The manual of UART is here under \devices: http://www-ug.eec...
Altera_Forum
Honored Contributor
11 years agoCheck your compiler warnings. 'pinput' is an uninitialized pointer variable and it's entirely possible it is pointing at garbage memory containing a zero when your program starts.