-
When transmitting, ChipWhisperer does not block if the buffers are full on the CW-Lite/CW-Pro. The result is that large messages get dropped - this is likely the root cause of the occasional STM32F pr…
-
It appears the glitch_hp stays asserted indefinitely with this configuration and positive 'scope.glitch.width'
To reproduce add the following to Fault_2-Introduction_to_Vcc_Glitch_Attacks.ipynb in …
-
so sorry for the noob question but how do you run the analyzer and capture software without jupyter
-
This has happened to me twice now (in maybe 6 FPGA builds).
Some builds of the NexysVideo FPGA seem to fail to allow spi programming.
The Bootloader seems to fail to correctly receive/ack block …
-
I am newer of the chipwhisperer,and iI can not find a example of the package,I want somebody give some guide,thank you!
-
It is not clear how to run the "quicktests" metnioned here http://wiki.newae.com/Installing_ChipWhisperer#Quick_Tests on the develop branch.
One of the problems is that the tqdm python module was a…
-
https://forum.newae.com/t/using-project-textouts-error/1914
```python
import chipwhisperer as cw
from chipwhisperer.common.traces import Trace
from tqdm import trange
import numpy as np
proj…
-
I'm not sure if you want suggestions as issues, but here goes...
I think connect_cwlite_simpleserial.py is confusing, because there is nothing in it which explains that the default target as define…
-
TODO: Make improvements (probably as 'wrapper' first) to make API easier to use. Perhaps something like this usage:
```
import chipwhisperer as cw
from chipwhisperer import gui
from chipwhispere…
-
Hello,
Modifying a target to change the ciphertext length e.g.
```
target.setOutputLen(8)
```
does not work since line 294 in https://github.com/newaetech/chipwhisperer/blob/develop/softwa…