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
>>>fromosimporturandom>>>a=urandom(7340032) # 7ish megs, do not reload>>>importmicrocontroller>>>microcontroller.reset()
# Then once it's up>>>importgc>>>gc.mem_alloc()
1312>>>gc.mem_free()
776512>>>
Behavior
Also cold booting, sends the board to safemode, assuming it doesn't like mem contents.
Booting by upgrading from 9.2.0-beta.1-21-gb7af97ee92 works.
Description
Feels like ram contents matter and are not cleaned on chip init.
Additional information
Adafruit CircuitPython 9.2.0-beta.1-21-gb7af97ee92 on 2024-10-23; Adafruit Feather RP2350 with rp2350a is good.
The text was updated successfully, but these errors were encountered:
I was able to reproduce this problem. I also experimentally changed the PSRAM memory address to point the uncached access address space, and that does not show the problem. So I think it is some problem with the caching.
CircuitPython version
Code/REPL
Behavior
Also cold booting, sends the board to safemode, assuming it doesn't like mem contents.
Booting by upgrading from
9.2.0-beta.1-21-gb7af97ee92
works.Description
Feels like ram contents matter and are not cleaned on chip init.
Additional information
Adafruit CircuitPython 9.2.0-beta.1-21-gb7af97ee92 on 2024-10-23; Adafruit Feather RP2350 with rp2350a
is good.The text was updated successfully, but these errors were encountered: