Forum Discussion
If I route the input from AA30 to the GPIO, I can attach my scope and see the NEC protocol as expected, but I still can't see this within SignalTap. Picture attached...
- sstrell5 years ago
Super Contributor
One thing to be aware of with the Signal Tap waveform view is that you can basically set the scale to anything, which is weird, but that's the way it works. You have it set to "ms", but you may not be looking at ms, and with a sample depth of only 128K samples, you're definitely not seeing ms. You should always think about the waveform view in terms of samples (1 per sampling clock cycle).
If my math is correct, with a 50 MHz sampling clock (50 million cycles/sec; 50000 cycles/ms), you'd need 450000 samples (50000 x 9) to see the end of 9 ms. Your sample depth is not even close to enough to see all this, so I'm guessing your scale is incorrect in the waveform view.
I forget what the max sample depth of the logic analyzer is (128K may be the max IIRC), but if you want to see the full fall and rise of the signal, enable the storage qualifier feature to drop the samples between the falling and rising edge. You still won't see the full 9 ms though, only the beginning and ending of what you're looking for.
- redfield5 years ago
New Contributor
This makes great sense, thank you. I knew there must be something I was misunderstanding about how SignalTap functioned. I will try this and report back this evening.
Thank you for providing some insight!
- redfield5 years ago
New Contributor
Hi sstrell,
I just wanted to post a final reply. First, you are absolutely correct, the resolution I was looking for is not available for SignalTap. Thanks for pointing that out as it helped me solve my problem. In the end I purchased a logic analyzer with 100mhz resolution and it answered my question straight out of the box.
Thanks again for the help! I don't think there is a way to mark your response as the "correct answer", but if there is, please let me know and I will do so.
- sstrell5 years ago
Super Contributor
You're very welcome! Though like I said, if you need to look at an internal signal without having to bring it out to a pin (not in this case but in general), consider the storage qualifier feature.