Thanks for that.
Yes, the total code is quite large and worked perfectly for years.
Search found 3 matches
- Tue Sep 02, 2025 12:14 pm
- Forum: Libraries & Hardware
- Topic: USB Buffer Over run STM32L432
- Replies: 3
- Views: 45
- Mon Sep 01, 2025 6:06 pm
- Forum: Libraries & Hardware
- Topic: USB Buffer Over run STM32L432
- Replies: 3
- Views: 45
Re: USB Buffer Over run STM32L432
As a bit different test, this shows a USB buffer size of 64 bytes max, but prints about 128 before losing it. The string variable teststr can go long if hardcoded:
else if (cmmd == 'c') {
while (Serial.available() == 0) {}
Serial.print("string started ");
Serial.println(Serial.available ...
else if (cmmd == 'c') {
while (Serial.available() == 0) {}
Serial.print("string started ");
Serial.println(Serial.available ...
- Mon Sep 01, 2025 5:10 pm
- Forum: Libraries & Hardware
- Topic: USB Buffer Over run STM32L432
- Replies: 3
- Views: 45
USB Buffer Over run STM32L432
I started (as a non programmer) with Thomas Roell and the Ladybug board. I used his board files and library forever.
Now Im porting to the STM32duino Core. Got through most porting issues with Generic L432KCUx series setting. But I used to write from a PC to my board through USB a large chunk of ...
Now Im porting to the STM32duino Core. Got through most porting issues with Generic L432KCUx series setting. But I used to write from a PC to my board through USB a large chunk of ...