此系列单片机flasch连续写只能以块为单位,而且一块是64b,如果函数写入数据是char型这个连续写64次就行,如果写入数据是整型写入次数是不是就是32次,而且地址指针是一次自动长1个还是2个。
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.
此系列单片机flasch连续写只能以块为单位,而且一块是64b,如果函数写入数据是char型这个连续写64次就行,如果写入数据是整型写入次数是不是就是32次,而且地址指针是一次自动长1个还是2个。