I am using TM4C123GXL and for some reason I am getting garbage values when I try to read the values from PB1 pin. I flashed this simple code to test the UART:
void setup() {
// initialize ports:
Serial.begin(115200); //connected with USB
}
void loop() {
Serial.print("E");
delay(200);
}
But instead of 'E' I see these garbage values:
;�����������
I am reading using the same 115200 baud rate.
What am I doing wrong? May be I do not flash the code correctly? I simply put the device into DEBUG mode and connect to my Ubuntu PC using the top micro USB port (red LE