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.