commit | 78d2ed5428cb7903215fa2e81750d39d19406b6e | [log] [tgz] |
---|---|---|
author | Martin Tverdal <martin.tverdal@nordicsemi.no> | Thu Jun 20 13:19:13 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jun 24 08:28:13 2024 -0400 |
tree | 3b2ac9d1b7f7173b111dcb2df3d37e8a0779193e | |
parent | b9aae1388c3cac0c96a71d73963a4bf83ccad531 [diff] |
soc/nordic/nr54l: increase flash erase time define Time it takes to "erase" one "page" of rram is too low. Where getting timeouts. "erase" of rram is done by writing all the words. one "page" is 4096 bytes meaning 1024 32bit words. worstcase time it takes to write one 32bit word from 0x00000000 to 0xffffffff is about 42us, giving 42ms to write 1024 words. Signed-off-by: Martin Tverdal <martin.tverdal@nordicsemi.no>