Remix.run Logo
wrs a day ago

I use RTT fine without a J-Link (I have an ST-Link). There’s a fantastic Rust package called defmt-rtt that uses macros to leave all the bulky text in the ELF file and just stream the printf arguments. Super fast logging, as verbose as you want with very little overhead.