lowRISC / sonata-system

A full micro-controller system utilizing the CHERIoT Ibex core, part of the Sunburst project funded by UKRI
Apache License 2.0
19 stars 11 forks source link

UART output #119

Open janhoogerbrugge opened 3 weeks ago

janhoogerbrugge commented 3 weeks ago

If I print to the UART (the one via the usb port that is also powering the board) at full speed then the output becomes garbage. I use GTKTerm. If I switch to RTS/CTS or Xon/Xoff flow control then it sometimes works but also sometimes not? Is this known?

Furthermore, what is needed to make Debug from CHERIoT RTOS working so that I can do Debug::log(...)?

What is not supported from the CHERIoT RTOS?