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.

AM2434: Secure Flash Area

Part Number: AM2434


Tool/software:

Hello,

I'm working on the AM2434 EVM Board.

I have some private keys that need to be stored in a non-volatile memory and not be accessible by any external devices or internal cores except by a single cortex-R5F core that is using them to decrypt and authenticate blocks of data that will be received through CAN bus.

How can I achieve that in this board since there's no internal flash and no HSM special core that does all the cryptographic computation and prevents access from any internal cores or external devices (e.g., debugger).

Thank you in advance.