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

Difference between revisions of "CW308T-ESP32"

From ChipWhisperer Wiki
Jump to: navigation, search
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Infobox cw308target
+
== Page Moved ==
|name                  = CW308T-ESP32
+
|image                  = ESP32_topdown_web.jpg
+
|caption                =  
+
|Target Device          = ESP32
+
|Target Architecture    = ARM
+
|Hardware Crypto        = Yes
+
|Purchase Hardware      =  
+
  
|Supported Applications =
+
See [https://rtfm.newae.com/Targets/UFO%20Targets/CW308T-ESP32/ NewAE RTFM Page] which is now built from the [https://github.com/newaetech/chipwhisperer-target-cw308t GIT Repo].
}}
+
  
 
+
The previous content on this wiki has been moved to the above link. See wiki history if you would like to view exact older versions of this page.
== SPI Buffer ==
+
 
+
This device uses a Texas Instruments XXX as a SPI buffer. This is a bidirectional buffer chip, meaning you can use it in any of the following ways:
+
 
+
* Disable chip, allowing ESP32 to load/program the attached SPI flash chip.
+
* Sniff the SPI bus, but with a buffer in-line to prevent your sniffer from affecting the SPI load process (or trigger on SPI packets).
+
* Program the SPI chip using external programmer. To do this hold ESP32 in reset.
+
* Use an external SPI chip (or emulator) to load the data for the ESP32. To do this you'll have to  
+
 
+
The direction is detected automatically.
+
 
+
== SPI Flash  Device ==
+
 
+
The ESP32 needs an attached SPI flash. The production devices use a W25Q32BVSSIG from Winbond, but this can be difficult to find from regular distributors. If you are building your own device I suggest using ISSI IS25WP032D-JBLE which is more widely available.
+
 
+
A variety of other devices will not work with the bootloader, meaning you cannot easily program them. It's not known exactly what is needed (they need to support DSPI at least), but for example SST26VF016BT-104I/SN did not work.
+

Latest revision as of 12:32, 29 July 2020

Page Moved

See NewAE RTFM Page which is now built from the GIT Repo.

The previous content on this wiki has been moved to the above link. See wiki history if you would like to view exact older versions of this page.