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  
  • 相关阅读:
    jquery 中的 map each has
    jquery的 dom操作
    jquery的 包装集
    JQuery 的了解之 选择器
    JS 中闭包的变量 闭包与this
    IPhone下json的解析 NSJSONSerialization
    IIS上部署MVC网站,打开后ExtensionlessUrlHandler-Integrated-4.0解决办法
    win7系统的用户去掉用户账户控制 提升管理员
    移动开发在路上-- IOS移动开发系列 多线程三
    MVC 入门 自动生成 增删改查所有功能
  • 原文地址:https://www.cnblogs.com/LoongEmbedded/p/5298491.html
Copyright © 2011-2022 走看看