2019-01-24 06:54 AM
I see that there is a function to write SDRAM ( HAL_SDRAM_Write_32b ) but no FLASH.
I want to take data from ADC array[2000] and save so I do not loose when it is powered down.
And of course recall / display it later.
2019-01-24 07:04 AM
STM32Cube_FW_F4_V1.19.0\Projects\STM32F4-Discovery\Examples\FLASH\FLASH_EraseProgram\Src\main.c
Flash memory very slow to erase/write. ADC stuff, would probably stream to an SD Card.
2019-01-24 10:18 AM
Ideally use an I2C or SPI EEPROM 8 pin device. they exist up to 32 kbyte. erase and write is fast with great rewrite cycle.