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-ESP32

501 bytes added, 22:31, 2 November 2017
no edit summary
== SPI Buffer ==
This device uses a Texas Instruments XXX TXB0104 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 disconnect the CS pin of the SPI chip.
The direction is detected automatically.
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.
 
= Example Application =
 
An example application is provided in the GIT repository in the [firmware/esp32 https://github.com/newaetech/chipwhisperer/tree/develop/hardware/victims/firmware/esp32] directory. Note this hasn't yet been integrated into the full build system. This application uses hardware AES.
 
= Schematic =
 
For PDF see GIT repository.
 
[[File:CW308T-ESP32-02_schematic_Page_2.png|1000px]]
 
[[File:CW308T-ESP32-02_schematic_Page_1.png|1000px]]
Approved_users, bureaucrat, administrator
1,956
edits

Navigation menu