easypdkprog previously used the read timeout for the write command, resulting in a timeout of only 1s instead of 2s. Also writing the full flash on a PFC161 (4KiB / 2Ki words) takes 2.8s, more than the previous write timeout.
Use the correct timeout and increase it to 4s so that we can write the full amount of flash on PFC161 with sufficient margin for production tolerances and wear.
easypdkprog
previously used the read timeout for the write command, resulting in a timeout of only 1s instead of 2s. Also writing the full flash on a PFC161 (4KiB / 2Ki words) takes 2.8s, more than the previous write timeout. Use the correct timeout and increase it to 4s so that we can write the full amount of flash on PFC161 with sufficient margin for production tolerances and wear.