Page 1 of 1

[esp32-c3] What is the absolute address of the "mvendorid"?

Posted: Wed May 11, 2022 4:56 pm
by ivand58
Hi
What is the base address of "Configuration and Status Registers (CSRs)" and what is the absolute (full) address of mvendeorid (with offset 0xF11 from ?) in particular?

Re: [esp32-c3] What is the absolute address of the "mvendorid"?

Posted: Sat Jan 04, 2025 9:52 am
by BugSimpson
have you found?

Re: [esp32-c3] What is the absolute address of the "mvendorid"?

Posted: Sat Jan 04, 2025 1:38 pm
by MicroController
CSRs aren't memory-mapped. Technically, they have their own 12-bit address space, which is accessed via special instructions (like the CSRR and CSRW pseudo-instructions), see e.g. https://github.com/espressif/esp-idf/bl ... csr.h#L204