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.

用两个引脚更新FLASH 数据

怎样只用两个引脚更新FLASH 内的数据?

  • 由于CPU 可以写自己的FLASH,那么任何可以进入该芯片的数据都可以写入到FLASH 中去。因此,用户可以使用任何一种获取数据的方式更新FLASH。如果用户已经拥有一个UART 连接,就可以更新FLASH 了。MSP430 本身并不直接支持此种方式,用户要更新FLASH 必须要编写自己的协议。用户可以定义一个字符串CPU 识别此字符串后,进入“编程”模式,接收UART 的数据并将其写入FLASH。用户必须自己编写这部分代码。