Information about internal flash memory of STM32L4R9
Hi,I'm working on a project where I'm supposed to save data that I collect from the XXXX accellerometer and then process it by performing an fft.
I'm working on a project where I'm supposed to save data that I collect from the IIS3DWB accellerometer and then process it by performing an fft.
Currently I save them on an external sd, but using the STM32L4R9 microcontroller that has 2MB of flash and 640kb of RAM, I would like to understand how much flash memory I have available to save these data and what is the latency to save them (I generate about 200KB per second of data).
Also I would like to know how many times I can delete and rewrite the internal flash.
How can I do this?