STM32F4 Storing data directly in SRAM
Hi, I'm looking for a way to store data directly in SRAM. You may ask "Why?":So, my system is collecting data from sensors and writing them to SD card. One full block of data is 128 bytes long. Collecting data and write operation happens when certain...