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 .
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-04-15 2: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\
Labels:
- Labels:
-
FMC-FSMC
-
STM32H7 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-04-15 2: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.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
