As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

MATLAB Control of CW-Lite

183 bytes removed, 16:25, 9 March 2018
m
Removed irrelevant sentence
To run the examples, you will need to ensure you set the MATLAB working directory to the location of the .m script files.
Since the new CW 4,0 API exposes the internals of chipwhisperer the easiest way to get access to the chipwhisperer module in MATLAB is to use this API. MATLAB seems to not find certain modules even if they are on the python path so just use pythons build in importlib, which MATLAB can find, letting python find the module for MATLAB. Run this command in MATLAB.
<syntaxhighlight lang=matlab>
>> [cw, scope, target] = cwconnect()
</syntaxhighlight>
If this FAILS, you may need to simply unplug/replug the ChipWhisperer-Lite. You may have not have closed the connection from the previous test.
== Interfacing with AES ==

Navigation menu