Introduction - If you have any usage issues, please Google them yourself
Recently, flash memory is widely used in embedded applications since it has strong points: non-volatility, fast access
speed, shock resistance, and low power consumption. However, due to its hardware characteristics, it requires a software
layer called flash translation layer (FTL). The main functionality of FTL is to convert logical addresses from the host to
physical addresses of flash memory. We propose a new FTL algorithm called state transition applied fast flash translation
layer (STAFF). Compared to the previous FTL algorithms, STAFF shows higher performance and requires less memory.
We provide performance results based on our implementation of STAFF and previous FTL algorithms.