How to use Trice without UART
(Read only you are interested in)
Because the trice tool needs only to receive, a single target UART-TX pin will do. But it is also possible to use a GPIO-Pin for Trice messages without occupying a UART resource.
- This slow path is usable because a Trice needs only few bytes for transmission.
-
You can transmit each basic trice (4 or 8 bytes) as bare message over one pin:
- The 2 images are taken from https://circuitcellar.com/cc-blog/a-trace-tool-for-embedded-systems/. See there for more information.
- As Trice dongle you can use any spare MCU board with an UART together with an FTDI USB converter.
- RTT is also a possible path to use - see Segger RTT for options.