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

ESP8266 register addresses #321

Closed
nearest-river opened this issue Feb 18, 2025 · 2 comments
Closed

ESP8266 register addresses #321

nearest-river opened this issue Feb 18, 2025 · 2 comments

Comments

@nearest-river
Copy link

Can you help me extract the actual memory addresses from my esp8266 nodemcu..
thanks in advance

// Memory-mapped register addresses (example values, replace with actual addresses)
const WIFI_MODE_REG: *mut u32 = 0x40212d74 as *mut u32; // WiFi mode register
const WIFI_SSID_REG: *mut u32 = 0x40212d78 as *mut u32; // SSID register
const WIFI_PASSWORD_REG: *mut u32 = 0x40212d7C as *mut u32; // Password register
const WIFI_CONNECT_REG: *mut u32 = 0x40212d80 as *mut u32; // Connection trigger register
const WIFI_STATUS_REG: *const u32 = 0x40212d84 as *const u32; // Connection status register

rs```
@jessebraham
Copy link
Member

jessebraham commented Feb 18, 2025

We do not support the ESP8266 in any of our active repositories at this time, so can't do much to provide support here unfortunately.

You can check out the archived esp8266 PAC and reference its SVD, or reference either of the ESP8266_NONOS_SDK or the ESP8266_RTOS_SDK repositories as well.

@nearest-river
Copy link
Author

We do not support the ESP8266 in any of our active repositories at this time, so can't do much to provide support here unfortunately.

You can check out the archived esp8266 PAC and reference its SVD, or reference either of the ESP8266_NONOS_SDK or the ESP8266_RTOS_SDK repositories as well.

that's a read-only repository issues aren't open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants