CFI(Common Flash Interface)란?
Flash memory에서 읽혀질 수 있는 표준화된 data structure. CFI를 통해서 system software는 장착된 flash memory의 configuration과 다양한 electrical, timing parameter, 기능들을 알 수 있다. 즉, CFI를 통해서 system은 flash device를 최적으로 interface할 수 있는 방법을 알 수 있다. Common Flash Interface (CFI) is a published, standa..