-
Notifications
You must be signed in to change notification settings - Fork 1k
Print::printf on SerialUSB #862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
New feature or request
Comments
Hi @Tretgo |
Hi, |
fpistm
added a commit
to fpistm/Arduino_Core_STM32
that referenced
this issue
Jan 13, 2020
Fixes stm32duino#862 Signed-off-by: Frederic Pillon <[email protected]>
Merged
fpistm
added a commit
to fpistm/Arduino_Core_STM32
that referenced
this issue
Jan 13, 2020
Before it was only linked to U(S)ART while Print is a Base class. Fixes stm32duino#862 Signed-off-by: Frederic Pillon <[email protected]>
fpistm
added a commit
that referenced
this issue
Jan 15, 2020
Before it was only linked to U(S)ART while Print is a Base class. Fixes #862 Signed-off-by: Frederic Pillon <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Preconditions:
OS: Win10
Arduino 1.8.10
STM32 1.8.0
BluePill F103
HID Bootloader
USB CDC Serial
USB Serial output is not working when setting
HAL_UART_MODULE_ONLY
HAL_UART_MODULE_ENABLED
in build_opt.h
Target: LIN Serial implementeation on UART1 and USB Serial for debugging
Root cause:
Arduino_Core_STM32/cores/arduino/Print.cpp
Lines 199 to 220 in ea86645
Function write in Print.cpp gets disabled when setting UART into HAL mode.
But only uart_debug should be disabled.
Working bugfix:
The text was updated successfully, but these errors were encountered: