-
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 41 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.
I found the cause for this problem at least for the reproducer.
Apply this patch to 0.21.0 to test