Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ESP32-S2 peripheral register address range (GCC-335) #3

Closed

Commits on Jul 29, 2023

  1. Fix ESP32-S2 ULP-FSM periph. reg. address range

    As per ESP32-S2 Technical Reference Manual (TRM) v1.1, Table 10
    on page 48, and also also Figure 3-1 on page 110, the base address
    for the peripheral registers on the ESP32-S2 is 0x3f408000 instead
    of 0x3ff48000 (as it was on the original ESP32).
    
    See also the include file in the ESP-IDF (at: https://github.com/espressif/esp-idf/blob/v5.0.2/components/soc/esp32s2/include/soc/reg_base.h#L31),
    which also uses 0x3f408000 instead of 0x3ff48000.
    wnienhaus committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    2dd2650 View commit details
    Browse the repository at this point in the history