Other Parts Discussed in Thread: UNIFLASH
怎么使用UinFlash烧录bin文件到flash和OTP呢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
你好,请先看一下uniflash user guide,在里面有描述:
你好,OTP不能通过这样的方式来改变,否则就失去了设计它的初衷。它和Flash一样但是不能被擦除,要改变OTP只能是在编程时通过Flash API来改变。
手册中有相关的描述;
你可以将OTP简单理解为不能擦除的FLASH。你可以利用这块区域做一些特殊的标记,可以让别人知道“这是我的板子”。当然你想怎么用完全取决你自己,你只需要清楚的知道它是一旦编程就不可擦除的。