-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hi,
I am trying to use the external trigger via the SMB connection on the ChipSHOUTER while connected to the ChipWhisperer Lite. However, the trigger does not seem to work as expected.
Here is what I have attempted:
Configuration on ChipSHOUTER:
Armed the device.
Set hwtrig_term and hwtrig_mode parameters to False.
Configuration on ChipWhisperer:
Set scope.glitch.output to "enable_only".
Enabled scope.io.glitch_lp by setting it to True.
Configured additional parameters:
scope.glitch.repeat = 1
scope.glitch.ext_offset = 0
Observations:
I tried various combinations of parameters, but none of them successfully generated a pulse on the ChipSHOUTER.
Specifically, when manipulating scope.glitch.trigger_src to different modes such as 'ext_single' and 'ext_continuous', I observed no significant activity around 3.3V on the SMA Glitch port of the ChipWhisperer, as measured with a PicoScope.
Request:
Could you confirm if there are any additional parameters that need to be configured to enable the external trigger properly?
Any guidance on troubleshooting this setup would be greatly appreciated.
Thank you!