Noah Hüsser

Results 193 comments of Noah Hüsser

> Yes, but stlink signal names are also backwards: > > ![Screenshot at 2020-10-20 20-30-17](https://user-images.githubusercontent.com/1418749/96623048-6da88880-1313-11eb-9a4b-26db7e3239ce.png) > Anyway, I'll be careful :) what is this evil lol

We'd use it with https://github.com/probe-rs/probe-rs . Wie have STLink, CMSIS-DAP and JLink running and can flash and debug with them. we would like to have ITM now too. I implemented...

I joined your channel (we have a #probe-rs with some quite folks on matrix too) and I am basically always online, so hit me up :) I would love to...

Hmm that sounds like it accesses the block before it was properly initialized. The question is if we are just too fast or if it will never be properly initialized.

> Is the assumption that the chip initializes the ControlBlock before we try to read it? Yes. But we need to be resilient against cases where it takes a bit...

Hey :) Please provide a bit more info around your setup. It sounds like it's actually an error with `defmt` . Do you use the correct version (the version you...

Maybe it tries to access a specific symbol only after 1 minute and for some whatever reason the symbol is not generated by `defmt`?

Hmm yeah that's odd indeed. `defmt` generates debug symbols to reconstruct the log statements on the host. And the error you get tells us that it fails to look up...

Yes, this is a mistake in the comment. To turn logging off, just remove 'log_level' :)

I consinder this a bug tbh. a) Why would it be case sensitive? b) Why make this change? Enum variants are CapsCamelCase and not SCREAM_CASE. But ofc. It is your...