Lattepanda initializing problem

userHead real1429 2021-02-19 13:07:50 2099 Views0 Replies
Hello,
I am trying serial communication between UART port (for Intel CPU) and arduino leonardo. (and I am using level converter)
After wiring between of them, I uploaded below code to leonardo.

void setup() {
Serial1.begin(9600);
}

void loop() {
}

But, Some problem occur.
If I shut down the Lattepanda and press power button, red led (indicating Lattepanda initialization) is turned on.
But, after some second, red led light is weaken a little and display panel doesn't show anything.
Is there something disturbing that lattepanda initializing or booting?