修改喂狗芯片为100ms
This commit is contained in:
@@ -1098,9 +1098,9 @@ static void sdrv_xspi_polling_handler(void *arg)
|
||||
}
|
||||
|
||||
nor->xfer_info_bottom.opt_result = ret ? FLASH_OPT_FAILED : FLASH_OPT_PENDING;
|
||||
// ssdk_printf(SSDK_DEBUG, "xfer_type = %d, xfer size = %lld, xfer result = %d\r\n",
|
||||
// nor->xfer_info_bottom.opt_type == FLASH_OPT_READ, nor->xfer_info_bottom.size,
|
||||
// nor->xfer_info_bottom.opt_result);
|
||||
ssdk_printf(SSDK_DEBUG, "xfer_type = %d, xfer size = %lld, xfer result = %d\r\n",
|
||||
nor->xfer_info_bottom.opt_type == FLASH_OPT_READ, nor->xfer_info_bottom.size,
|
||||
nor->xfer_info_bottom.opt_result);
|
||||
|
||||
if ((nor->xfer_info_bottom.size == 0 || nor->xfer_info_bottom.buf == NULL) &&
|
||||
nor->xfer_info_bottom.opt_result == FLASH_OPT_PENDING) {
|
||||
|
||||
Reference in New Issue
Block a user