I want to use the TRNG.
I tryed to configure with:
TRNGReset();
TRNGConfigure(0x4000,0x1000000,0);
And:
HWREG(TRNG_BASE + TRNG_O_SWRESET) = 1; // Reset the TRNG.
while ( HWREG(TRNG_BASE + TRNG_O_SWRESET)); // Wait for reset
But the execution is blocked in the adress 0x1001bbd4 in both cases.
Can some one help me?
Best Regards.