soc: arm: nordic_nrf: nrf53: Fix flash page erase max time for nrf53
Increase FLASH_PAGE_ERASE_MAX_TIME_US of cpunet to be the same as the value of cpuapp; FLASH_PAGE_ERASE_MAX_TIME_US is the execution window duration when doing the flash operation synchronously along the radio operations (SOC_FLASH_NRF_PARTIAL_ERASE not enabled); the previous FLASH_PAGE_ERASE_MAX_TIME_US value of cpunet is lower than required. Signed-off-by: Lang Xie <lang.xie@nordicsemi.no>
This commit is contained in:
parent
a2b61d5ed0
commit
7b7ed2baac
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
#define FLASH_PAGE_ERASE_MAX_TIME_US 89700UL
|
||||
#define FLASH_PAGE_MAX_CNT 256UL
|
||||
#elif defined(CONFIG_SOC_NRF5340_CPUNET)
|
||||
#define FLASH_PAGE_ERASE_MAX_TIME_US 44850UL
|
||||
#define FLASH_PAGE_ERASE_MAX_TIME_US 89700UL
|
||||
#define FLASH_PAGE_MAX_CNT 128UL
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue