Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion sw/host/opentitanlib/src/app/config/hyperdebug_cw340.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@
"spi": [
{
"name": "BOOTSTRAP",
"bits_per_sec": 5000000,
// The current speed accounts for increased bus capacitance caused by the external
// SPI_TPM wires. If these wires are not connected (e.g., when skipping TPM tests),
// the SPI speed can safely be increased to 5MHz.
"bits_per_sec": 4000000,
"chip_select": "CN10_6",
"alias_of": "QSPI"
}
Expand Down
Loading