I'm trying to code NUCLEO-H755ZI-Q in Arduino IDE but it doesn't work.
I'm trying to code the NUCLEO-H755ZI-Q in the Arduino IDE and it uploads but won't run.
I have the USB connected to USBPWR and the jumper connected to STLINK.
The code is written like this:
void setup() {
Serial.begin(115200);
while (!Serial);
Serial.println("NUCLEO-H755ZI-Q: Hello from M7 core!");
}
void loop() {
Serial.println("Looping...");
delay(1000);
}
The code was uploaded but nothing was output on the serial monitor.
Please let me know why and how to fix it.
Thank you.
*This post has been translated from Korean to comply with the ST Community guidelines.
