-
I migrated an application I'm developing for To get it to compile it was all technicalities as in the migration instructions. When I run the code it starts and hangs in
The log output that comes out is as below, and then the program hangs and doesn't continue further (so "Initialized psram" log isn't reached).
Anything changed with psram initialization? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 28 replies
-
Regarding PSRAM the diff doesn't show relevant changes: v0.21.1...v0.22.0 Regarding the rom-functions the migration guide chapter is here: https://github.com/esp-rs/esp-hal/blob/main/esp-wifi/MIGRATING-0.10.md#no-need-to-include-rom_functionsx-manually |
Beta Was this translation helpful? Give feedback.
interesting - the results from readelf and the output in psram_log.txt didn't match so this was an idea - but they are not from the exact same binary
PSRAM and flash access always have to be done through the cache
Since it still might be a miscompile you could also try a different opt-level and lto settings