Solved
Writing data on internal flash of STM32f76
Hello, I want to take data from ADC input and store them on the internal flash memory of my STM32f769i-discovery board. Can you help me about the use of flash memory? Thank you.
Hello, I want to take data from ADC input and store them on the internal flash memory of my STM32f769i-discovery board. Can you help me about the use of flash memory? Thank you.
The internal Flash is relatively slow and blocks execution.
Consider perhaps the MicroSD and on-board QuadSPI memory as storage mediums.
The HAL has a number of examples for internal and external flash usage. Review.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.