wolfSSL / wolfTPM

wolfTPM is a highly portable TPM 2.0 library, designed for embedded use.
https://www.wolfssl.com
GNU General Public License v2.0
244 stars 60 forks source link

Fix SPI_MAX_HZ to typ value of the SLB9672 #220

Closed PaulKissinger closed 2 years ago

PaulKissinger commented 2 years ago

SPI CLK Max is for the SLB9672 FW 15/16 is only 33MHz

image

Datasheet reference table 14: Datasheet: SLB9672 FW15 Datasheet: SLB9672 FW16

Signed-off-by: @PaulKissinger paul.kissinger@letstrust.de

dgarske commented 2 years ago

Hi Paul, I will be fixing this a different way as to not reduce the older chip performance. Expect a PR next week.

PaulKissinger commented 2 years ago

Hi @dgarske ,

Will be okay for me, Thanks for the upcomming fix.

I'll try it out!