-
Hi,
I am new to Chipwhisperer; I am running Chipwhisperer.v4.0.1 on Windows7. I was following the tutorial for the '[SimpleSerial](https://wiki.newae.com/Tutorial_B1_Building_a_SimpleSerial_Project)'…
-
The patch that allows multiple ChipWhisperers to be connected hasn't been moved over to CW5. This shouldn't be too hard, could probably just add an optional serial number argument to `cw.scope` that g…
-
64 bit versions of Python on Windows may fail to connect to a ChipWhisperer with the traceback:
```python
>>> scope = cw.scope()
Traceback (most recent call last):
File "c:\users\user\code\ter…
-
_Originally posted by @adamws in https://github.com/newaetech/chipwhisperer/issues/187#issuecomment-438750640_
-
After setting the output clock frequency or ADC clock frequency for the CWNano, the reported value is incorrect. For example, setting an output frequency of 7.5E6 reports 7680000000 (7.68E9). The actu…
-
The XMEGA programmer GUI has some of the logic for programming the XMEGA targets, and it's impossible to make a programmer object without the GUI. It should be much easier to program an XMEGA from the…
-
## Details
* Read the Docs project URL: http://chipwhisperer.readthedocs.io
* Build URL (if applicable):
* Read the Docs username (if applicable): coflynn (mine)
## Expected Result
The read…
-
In `software/chipwhisperer/tests/tools_for_tests.py`, several paths are defined as relative paths to `CHIPWHISPERER_DIR`. The base directory, however, is incorrectly obtained as relative to a filename…
-
STM32F programmer is currently broken for Python 3 and returns:
```chipwhisperer.hardware.naeusb.programmer_stm32fserial.CmdException: NACK 0x31 address failed```
on any `program` call, even for sim…
-
Where is the API manual for developing chipwhisperer Python scripts, and I want to try my own algorithms or add new device drivers