probe-rs/rtt-target

Blocking mode write blocks forever on a large buffer

jacobrosenthal opened this issue · 5 comments

Blocking mode blocks forever in probe-run and cargo embed rprintln a large buffer

Japaric was able to confirm defmt services rtt correctly so its not hardware or user code
knurling-rs/probe-run#16

Any gotta be something in here. Ideas on where to attack?
Thanks!

Do you have firmware code that reproduces the problem available somewhere? Or at least information as to what you're writing and how big the buffer is?

Welp, that's a bug. Seems I broke writing long messages while implementing the other blocking modes. Found a fix already, will take a look at releasing it soon.

Confirmed. Release? Thanks!

I'm adding a couple of other things in the process, stand by!