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

CW308T-STM32F

659 bytes added, 15:32, 23 May 2020
Supported Devices
{{Warningbox|ChipWisperer v5.1.3 before commit 3557 and arm-none-eabi-gcc before q2-2018 can produce non-working binaries for the STM32F3. The only fix is to update either ChipWhisperer or gcc}}
 
{{Warningbox|This page has not yet been fully updated for the v5 release. Some information may be outdated.}}
== Supported Devices ==
|192KB
|NAE-CW308T-STM32F4
|-
|L4
|TQFP-64
|STM32L443RCT6
|Yes
|Yes
|B
|256KB
|64KB
|NAE-CW308T-STM32L4 (this version has hardware crypto)
|-
|L5
|TQFP-64
|STM32L562RET6
|Yes
|Yes
|B
|512KB
|256KB
|NAE-CW308T-STM32L5HWC
|}
SimpleSerial builds for each of the STM32Fx Devices. Each device is a separate HAL. These HAL modules have been copied from ST's HAL (not the CUBE) and greatly reduced in size by deleting unused files (such as headers for unused devices), and combining several C-source files into a single low-level C-file.
 
Many example projects are available via Jupyter Notebooks: https://chipwhisperer.readthedocs.io/en/latest/tutorials.html. Note that all of these examples were created for the CWLITEARM (equivalent STM32F3) target. You will need to make changes based on which target you have to run the tutorials. For some tutorials, changing the PLATFORM variable in the first block to the one you're using is enough to get the tutorial working:
<syntaxhighlight lang=python>
SCOPETYPE = "OPENADC"
PLATFORM = "CW308_STM32F4" #For STM32F4 target, was originally "CWLITEARM"
</syntaxhighlight>
=== Building ST Example on Command Line ===
Approved_users, bureaucrat, administrator
1,956
edits

Navigation menu