Some NOR flash have the protection&unprotection mechanism. On power up, all blocks in the device are protected. If we want to access the protected block, the Abort could be happen. To unprotect the a block, we must write the block protection/unprotection command sequence as the following:

wptr[0] = 0xF0;
wptr[0] = 0x60;
wptr[0] = 0x60;
wptr[0x42] = 0x60;

 

But i don't know the meaning of the digit 0x42.  Who can tell me?【原创】NOR FLASH Block Unprotection

相关文章:

  • 2021-11-25
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2021-08-27
  • 2021-11-03
猜你喜欢
  • 2021-04-27
  • 2021-04-20
  • 2021-09-16
  • 2021-04-26
  • 2021-04-16
  • 2021-12-31
相关资源
相似解决方案