Ho know the registers address's ?
Posted: Wed Dec 08, 2021 4:56 pm
Hi,
Someone contribute to the SDK (IDF) on 2017 to provide an API to get the hardware revision from the registers, to do this he get the base address from the datasheet (PDF), and he point to offset 0x7C. My question how he know this offset? did there is an additional non-public datasheet that have more hardware details? can we get a copy then?
Contribution: https://github.com/espressif/esp-idf/bl ... elds.c#L30
Address: https://github.com/espressif/esp-idf/bl ... reg.h#L281
Thank you.
Someone contribute to the SDK (IDF) on 2017 to provide an API to get the hardware revision from the registers, to do this he get the base address from the datasheet (PDF), and he point to offset 0x7C. My question how he know this offset? did there is an additional non-public datasheet that have more hardware details? can we get a copy then?
Contribution: https://github.com/espressif/esp-idf/bl ... elds.c#L30
Address: https://github.com/espressif/esp-idf/bl ... reg.h#L281
Thank you.