Tool/software:
Currently I am working to modify the PROC154E4 and want to add TPM2.0. Wonder which SPI I should use for TPM function?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Currently I am working to modify the PROC154E4 and want to add TPM2.0. Wonder which SPI I should use for TPM function?
Hello,
If i understood correctly, you are expecting to connect external hardware TPM2.0 and it has to communicate with TI device.
This external interface TPM2.0 uses SPI protocol for communication, from TI perspective we have 8 SPI channels on Main domain core and 3 SPI channels on MCU domain core.
All the channels are accessible from all the cores.Now the question is on what core you want to process the TPM2.0 data ?
Regards
Tarun Mukesh
So it mean that all SPIs (on Main or MCU Core) can be used to process with external TPM2.0.
Thanks for your consultant...