2026-02-01 1:57 PM - last edited on 2026-02-26 2:54 AM by mƎALLEm
Hi
void setup() {
Serial.begin(9600);
delay(2000);
Serial.print("hello");
}
void loop() {
Serial.print(".");
delay(1000);
}Can anyone help me ?
Thanks in advance
Solved! Go to Solution.
2026-02-26 2:59 AM - edited 2026-02-26 3:02 AM
As @mƎALLEm said, this forum is not focussed on Arduino - so you'd be better asking in the Arduino forums.
For specific questions about the STM32 Arduino core, you could also try: https://www.stm32duino.com/
Whichever you choose, you will need to tell them what STM32 board you are using and how, exactly, you have it connected to your Host computer.
2026-02-26 2:54 AM
Hello,
Arduino environment is not a ST product. Better to ask your question in Arduino forum: https://forum.arduino.cc/c/community
2026-02-26 2:59 AM - edited 2026-02-26 3:02 AM
As @mƎALLEm said, this forum is not focussed on Arduino - so you'd be better asking in the Arduino forums.
For specific questions about the STM32 Arduino core, you could also try: https://www.stm32duino.com/
Whichever you choose, you will need to tell them what STM32 board you are using and how, exactly, you have it connected to your Host computer.