Search found 1 match

by rad69
Fri Jun 17, 2022 6:05 am
Forum: General discussion
Topic: STM32 Serial Communication issues
Replies: 0
Views: 1673

STM32 Serial Communication issues

Hello, I am new to the community and to the project I am working on.. I am using a STM32 blue pill board and programming it with a simple code of serial communication : void setup() { Serial1.begin(9600); pinMode(PC13,OUTPUT); } void loop() { Serial1.println("Working\n"); delay(1000); digi...

Go to advanced search