Page 1 of 1

ESP32-S3: Where is the RNG register?

Posted: Sun Jun 30, 2024 12:45 am
by DrRossPhD
In the TRM doc (2024-4-18 version), it states in Section 25.5
The address in the following table is relative to the random number generator base address provided in Table
4-3 in Chapter 4 System and Memory.
. The relative address is of the RNG_DATA_REG.

But in that table, there is no entry for RNG. So the absolute address of RNG_DATA_REG is unknown. Is there an answer for this?

Re: ESP32-S3: Where is the RNG register?

Posted: Fri Jul 19, 2024 6:56 am
by daiziyan
Hello @DrRossPhD,

Sorry for the misleading. The absolute address of RNG_DATA_REG is 0x6003507C. The related documentation will be updated soon.

Thank you.