在什么情况下可以使用MSP430Flash 的 BLKWRT 模式?
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.
块写入BLKWRT 模式是以64 字节的块大小来对Flash 编程。选择这个选项加快了向Flash 写入字节或字的速度。仅当执行BLKWRT 操作的代码处于RAM 的外部时,这个操作才可以被用于系统中。被写入Flash的数据也必须位于RAM区域中。在BLKWRT阶段,用户代码决不能访问Flash,否则将发生访问冲突,同时ACCVIFG 将被置1。
更多详情请参阅MSP430xxxx 用户指南的Flash 控制器的章节。