You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
yuiiio
changed the title
regression: esp32s2 PSRAM seems not working correctly
regression: esp32s2 PSRAM seems not working correctly (bisected)
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
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
The text was updated successfully, but these errors were encountered: