trezor-firmware icon indicating copy to clipboard operation
trezor-firmware copied to clipboard

Investigate memory allocation of Rust and micropython

Open grdddj opened this issue 3 years ago • 0 comments

Find out how exactly is memory allocated, and whether the same errors are thrown when allocation fails in Rust and micropython.

Latest issue:

  • allocating Vec<String<50>, 24> was unpredictably causing HardFault internal eror

grdddj avatar Jul 15 '22 12:07 grdddj