Files
zephyr/drivers
Kyle Cooke 9892af1464 drivers: flash: soc_flash_nrf: Account for ticker in timeout
We have been encountering timeout issues when erasing large flash
 sections (before receiving an image via mcuboot) from this semaphore
 take:
5af0fbc2e3/drivers/flash/soc_flash_nrf_ticker.c (L225-L233)

I think this is because this constant is based on the time taken to erase
 the chip but doesn't take account of the fact it is being done by a
 ticker. If I understand correctly the ticker is a timeshare mechanism
 so the actual max erase time is some factor based on how much time is
 given to the task by the ticker.

This multiplies the max timeout by 1.5

Signed-off-by: Kyle Cooke <cookekyle97@gmail.com>
2022-10-13 16:06:08 +09:00
..
2022-08-30 10:43:12 +00:00
2022-10-12 10:08:54 -04:00
2022-10-11 18:05:17 +02:00
2022-10-11 18:37:53 -04:00
2022-10-11 18:37:53 -04:00
2022-10-11 18:37:53 -04:00
2022-10-11 18:05:17 +02:00
2022-10-11 18:05:17 +02:00
2022-07-20 18:28:43 +02:00
2022-07-18 16:16:47 +00:00