You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"000" on the Serial Console, 0x30, 0x30, 0x30 on Logic Analyzer
Actual Result
"00" on the Serial Console, 0x00, 0x30, 0x30 on Logic Analyzer
When does it Occur
It seems to occur on the first Byte after restarting the SoC, sometimes i get the issue even after slight Delays. It is as far as i saw always the first Byte of a sequence which gets turned to 0x00.
What did i try to fix it
i tried to use add_auto_tx_flush to the uart, though that gave me errors with Yosys. Incase someone has an example usage of this and thinks it might fix it, id love if you can share it.
The text was updated successfully, but these errors were encountered:
Hello
How i found the Issue
Target File (Snippet)
C++ Driver (Snippet)
Test Code (Snippet)
Expected Result
"000" on the Serial Console, 0x30, 0x30, 0x30 on Logic Analyzer
Actual Result
"00" on the Serial Console, 0x00, 0x30, 0x30 on Logic Analyzer
When does it Occur
It seems to occur on the first Byte after restarting the SoC, sometimes i get the issue even after slight Delays. It is as far as i saw always the first Byte of a sequence which gets turned to 0x00.
What did i try to fix it
i tried to use add_auto_tx_flush to the uart, though that gave me errors with Yosys. Incase someone has an example usage of this and thinks it might fix it, id love if you can share it.
The text was updated successfully, but these errors were encountered: