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

regression: esp32s2 PSRAM seems not working correctly (bisected) #3195

Closed
yuiiio opened this issue Mar 3, 2025 · 1 comment
Closed

regression: esp32s2 PSRAM seems not working correctly (bisected) #3195

yuiiio opened this issue Mar 3, 2025 · 1 comment
Labels
bug Something isn't working status:needs-attention This should be prioritized

Comments

@yuiiio
Copy link
Contributor

yuiiio commented Mar 3, 2025

Bug description

esp32s2 with PSRAM(2MB)
I used PSRAM as global allocator (7/2024) and update to current-git (3/2025),
and I noticed that the large heap is not storing values correctly.

I thought this commit was suspicious.
cb0016a
and try to revert (esp-hal/src/soc/esp32s2/psram.rs)
seems working fine as expected.

Environment

  • Target device:
    Chip type: esp32s2 (revision v0.0)
    Crystal frequency: 40 MHz
    Flash size: 4MB
    Features: WiFi, Embedded Flash 4MB, Embedded PSRAM 2MB, ADC and temperature sensor calibration in BLK2 of efuse V2
  • Crate name and version: esp-hal current-git(c8822b4)
@yuiiio yuiiio added bug Something isn't working status:needs-attention This should be prioritized labels Mar 3, 2025
@github-project-automation github-project-automation bot moved this to Todo in esp-rs Mar 3, 2025
@yuiiio yuiiio changed the title regression: esp32s2 PSRAM seems not working correctly regression: esp32s2 PSRAM seems not working correctly (bisected) Mar 3, 2025
@yuiiio
Copy link
Contributor Author

yuiiio commented Mar 3, 2025

I found funny miss and fix #3196 :)

@yuiiio yuiiio closed this as completed Mar 3, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working status:needs-attention This should be prioritized
Projects
Archived in project
Development

No branches or pull requests

1 participant