renesas / fsp

Flexible Software Package (FSP) for Renesas RA MCU Family
https://renesas.github.io/fsp/
Other
192 stars 82 forks source link

flash_hp_df_erase() uses the wrong wait_count value #241

Closed jadefds closed 1 year ago

jadefds commented 2 years ago

flash_hp_df_erase() uses wait_count = p_ctrl->timeout_write_df instead of timeout_erase_df_block.

jadefds commented 2 years ago

Raised PR #240 with proposed change.

renesas-austin-hansen commented 1 year ago

This change will be part of the next FSP release. Thank you for the fix!