Skip to content

Commit 9ed5182

Browse files
committed
Reduce CW340 bootstrap SPI clock speed
The reduction is necessary due to increased bus capacitance introduced by external wires connected to the TPM SPI interface, which affects signal integrity. This change improves CW340 stability during bootstrap for CI tests. Signed-off-by: Douglas Reis <[email protected]>
1 parent 382e702 commit 9ed5182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sw/host/opentitanlib/src/app/config/hyperdebug_cw340.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"spi": [
8989
{
9090
"name": "BOOTSTRAP",
91-
"bits_per_sec": 5000000,
91+
"bits_per_sec": 4000000,
9292
"chip_select": "CN10_6",
9393
"alias_of": "QSPI"
9494
}

0 commit comments

Comments
 (0)