Replies: 1 comment 2 replies
-
Unsure what you're defining as "older" vs "newer", but there are a couple of driving factors here. The first is that, as you noted, async mode needs a UART to really handle and there are several probes with pinouts that fail to put a UART RX input on that pin of their interface. The other is that even if a newer design of probe does support this mode, if the firmware is for a lineup of them and with how the support is currently written (this is an item on our TODO list to fix), we cannot compile both kinds of support into a single firmware image yet, so the firmware on that linup is limited to the lowest common denominator. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking into the different supported SWO versions for different probes.
It seems like some newer STM probes have NRZ support while older ones have only manchester support.
What is driving this? Isn't NRZ just standard UART, so couldn't any probe work with with it?
Beta Was this translation helpful? Give feedback.
All reactions