From 6869ae631e387f26f626da1e7db2b3e8f576662a Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Tue, 18 Apr 2023 17:28:01 -0400 Subject: [PATCH] docs hotfix during beta testing --- doc/logic_analyzer_core.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/logic_analyzer_core.md b/doc/logic_analyzer_core.md index b258a45..40b698a 100644 --- a/doc/logic_analyzer_core.md +++ b/doc/logic_analyzer_core.md @@ -12,6 +12,7 @@ cores: my_logic_analyzer: type: logic_analyzer sample_depth: 4096 + trigger_loc: 1000 probes: larry: 1 @@ -42,6 +43,8 @@ Triggers are things that will cause the logic analyzer core to capture data from The logic analyzer has a programmable _trigger position_, which sets when probe data is captured relative to the trigger condition being met. This is best explained with a picture: +_TODO: put a picture here @fischerm_ + For instance, setting the trigger position to `100` will cause the logic analyzer to save 100 samples of the probes prior to the trigger condition occuring. Manta uses a default trigger position of `SAMPLE_DEPTH/2`, which positions the data capture window such that the trigger condition is in the middle of it. ### Operating Modes