Calling SCB_DisableDCache()/SCB_EnableDCache oftenly
Hi,
Is there any issue if in STM32H743ZI, ethernet driver I call:
….
SCB_CleanDCache();
SCB_DisableDCache();
HAL_ETH_Transmit(&EthHandle, &TxConfig, ETH_DMA_TRANSMIT_TIMEOUT);
SCB_EnableDCache();
...
so far, it works perfectly until now instead of only SCB_CleanDCache();
Many thanks
