-
Notifications
You must be signed in to change notification settings - Fork 3k
UARTSerial output does not work with REALTEK_RTL8195AM #6358
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
Comments
Output in Realtek is always only 4 characters. Then it crashes. |
@ARMmbed/team-realtek please review |
Hi, @SeppoTakalo |
Hi, |
To replicate the issue:
Now create
|
I can confirm that the fix is working. To verify, follow the previous post on how to create an example application, then:
And now the example code starts to work. |
Description
Following example should work on all platforms, but crashes on REALTEK_RTL8195AM.
This, however works:
Problem seems to be in the TX interrupt of the serial port.
Following code is able to crash the device using RawSerial:
The text was updated successfully, but these errors were encountered: