zoukankan      html  css  js  c++  java
  • 三星原厂就K9K8G08U0D升级为K9K8G08U0E的回信

     1. please check the below timing first.


    K9F1G08U0E vs K9F1G08U0D Timing difference
      tR tPROG tBERS NOP
    K9F1G08U0E Max. 40us Max. 900us Max. 16ms 1
    K9F1G08U0D Max. 40us Max. 750us Max. 10ms 4
     
    2. if timing is OK, please kindly know the 21nm SLC NOP=1 , not 4
        it means every NAND page you can just  write one time,
         if you want to write the data in the same page again, you need to erase first
     
    3. please note : 
       due to 21nm SLC NOP=1, it means you can not use "Partial Program"  for it
       if you use this function in our 42 nm SLC and want to change to 21nm SLC
        the way to solve it is modify host FTL algorithm 
         
     there is FTL (flash transfer layer) between file-system and raw NAND
     ( FTL : flash transfer layer ; such as bad blocks, page size write /read, ECC , wearleveling.....)
     in solution base such as eMMC or SSD, the inside controller handle FTL
     but for Raw NAND, it has NO controller inside and needs host to handle this algorithm 
     
    4.   image-partition FAT table error
         please kindly check the physcial to logical table
         in logical, you can write the data in the same area
         but, in physical, when you want to write or update the new data to the same page
         you can not write directly in the same page due to NOP=1
         you need to write to another page  
  • 相关阅读:
    消息中间件 kafka rabbitmq 选型差异
    kafka生产部署
    logback不同业务的日志打印到不同文件
    Java并发编程核心概念一览
    大数据分析常用去重算法分析『Bitmap 篇』
    java 堆调优
    大规模使用 Apache Kafka 的20个最佳实践
    es定期删除数据
    HTTP协议中源端口和目标端口的问题
    How to duplicate the records in a MongoDB collection
  • 原文地址:https://www.cnblogs.com/LoongEmbedded/p/5298491.html
Copyright © 2011-2022 走看看