From 47360e49ecbf94f255ada3f1e25ec94d19ac67f7 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 28 Mar 2022 14:16:18 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15565 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/STM32/LLD/OCTOSPIv2/hal_wspi_lld.c | 3 --- .../STM32/multi/WSPI-MFS/cfg/stm32h735ig_discovery/mcuconf.h | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/os/hal/ports/STM32/LLD/OCTOSPIv2/hal_wspi_lld.c b/os/hal/ports/STM32/LLD/OCTOSPIv2/hal_wspi_lld.c index 1c54cfb32..b4553c8be 100644 --- a/os/hal/ports/STM32/LLD/OCTOSPIv2/hal_wspi_lld.c +++ b/os/hal/ports/STM32/LLD/OCTOSPIv2/hal_wspi_lld.c @@ -223,9 +223,6 @@ void wspi_lld_command(WSPIDriver *wspip, const wspi_command_t *cmdp) { if ((cmdp->cfg & WSPI_CFG_ADDR_MODE_MASK) != WSPI_CFG_ADDR_MODE_NONE) { wspip->ospi->AR = cmdp->addr; } - - /* Waiting for the previous operation to complete.*/ - wspi_lld_sync(wspip); } /** diff --git a/testhal/STM32/multi/WSPI-MFS/cfg/stm32h735ig_discovery/mcuconf.h b/testhal/STM32/multi/WSPI-MFS/cfg/stm32h735ig_discovery/mcuconf.h index cd0c559cb..5f8c391ce 100644 --- a/testhal/STM32/multi/WSPI-MFS/cfg/stm32h735ig_discovery/mcuconf.h +++ b/testhal/STM32/multi/WSPI-MFS/cfg/stm32h735ig_discovery/mcuconf.h @@ -490,8 +490,8 @@ */ #define STM32_WSPI_USE_OCTOSPI1 TRUE #define STM32_WSPI_USE_OCTOSPI2 TRUE -#define STM32_WSPI_OCTOSPI1_PRESCALER_VALUE 4 -#define STM32_WSPI_OCTOSPI2_PRESCALER_VALUE 4 +#define STM32_WSPI_OCTOSPI1_PRESCALER_VALUE 2 +#define STM32_WSPI_OCTOSPI2_PRESCALER_VALUE 2 #define STM32_WSPI_OCTOSPI1_MDMA_CHANNEL STM32_MDMA_CHANNEL_ID_ANY #define STM32_WSPI_OCTOSPI2_MDMA_CHANNEL STM32_MDMA_CHANNEL_ID_ANY #define STM32_WSPI_OCTOSPI1_MDMA_PRIORITY 1