RTEMS | bsp/arm/tms570: sci driver ignores framing flags but reports success (#5560)
Avi Weiss (@thnkslprpt)
gitlab at rtems.org
Sat Apr 25 08:52:46 UTC 2026
Avi Weiss created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5560
## Summary
trying to pass certain framing changes (e.g. 7 data-bit bytes, 2 parity bits (`7N2`, `8N2`), clear `CREAD` to turn off RX for testing etc.) returns success but is never applied
TRM references for these registers:
`SCIGCR1` -> `STOP` (1 or 2 stop bits)
`SCIGCR1` -> `RXENA` (disable RX)
`SCIFORMAT` -> `CHAR` (data bits in a character)
## Steps to reproduce
Try to set those stop bit or character-bit flags or clear `CREAD`, and they will not be applied.
## Expected behaviour
Suggest to add support for 2 stop bits and disabling RX, but just reject requests for non-8-bit characters for now (much less commonly needed).
In general all options be either supported or rejected explicitly, not silently ignored.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5560
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260425/91086801/attachment-0001.htm>
More information about the bugs
mailing list