We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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```
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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
No branches or pull requests
Can you help me extract the actual memory addresses from my esp8266 nodemcu..
thanks in advance
The text was updated successfully, but these errors were encountered: