2021-04-15 02:23 AM
Does anyone has experiment project to erase and write to Parallel flash .
We connected 16 Mega Bytes Parallel FLASH Chip and we are Using FMC interface on STM32H745XI .
Following driver is being used but I could not find and example project to write to parallel flash .
stm32h7xx_ll_fmc.c
STM32Cube\Repository\STM32Cube_FW_H7_V1.8.0\Drivers\STM32H7xx_HAL_Driver\Src\
2021-04-15 02:42 AM
You'll need to review the documentation for the specific memory IC you're using. On the STM32 side pay particular attention to caching, write-thru and buffering.