Trusted Platform Module over SPI driver

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Trusted Platform Module over SPI driver

Jump to solution
2,282 Views
mbressler
Contributor II

We've been hoping to add a Trusted Platform Modules on our new embedded product (based around the LPC54114) to deal with the FIPS 140-2 requirements.

From what I can tell (please correct me if I'm wrong) Trusted Platform Modules all work on some common spec that allows generic TPM drivers on PC and Linux. Is there a TPM over SPI driver for the LPC54114 or similar MCUs?

We're using the LPC54114 via MCUXpresso and the SLB 9670 TPM from Infineon.

Labels (3)
0 Kudos
1 Solution
1,547 Views
mbressler
Contributor II

Problem solved ended up going with WolfTPM, they have a very portable C driver for TPMs that's small enough and designed with microcontrollers in mind.

View solution in original post

0 Kudos
2 Replies
1,548 Views
mbressler
Contributor II

Problem solved ended up going with WolfTPM, they have a very portable C driver for TPMs that's small enough and designed with microcontrollers in mind.

0 Kudos
1,547 Views
shaiknisar
Contributor I

Hey Marc Bressler.

I'm currently trying to communicate SLB9670VQ1.2 with STM32F429ZI controller. The TPM standards supported by the TPM chip i use is TPM1.2. I'm trying to go through the WolfTPM and trying build one. My question is how did you use the WolfTPM? Can you please share the build?

0 Kudos