我想实现以下功能:F2812的程序运行在片内FLASH中,想预留一些FLASH作为配置区,通过串口将配置数据下载到片内FLASH区中,供程序使用。请各位大侠指点!谢谢了。
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.
我想实现以下功能:F2812的程序运行在片内FLASH中,想预留一些FLASH作为配置区,通过串口将配置数据下载到片内FLASH区中,供程序使用。请各位大侠指点!谢谢了。
你可以配置串口从串口读取数据,然后通过Flash API将这些数据烧写到片内Flash中。你可以参考以下软件包中的串口例程:http://www.ti.com/lit/sw/sprc097/sprc097.zip 。F2812的Flash API软件包可以胸以下地址下载:http://www.ti.com/tool/sprc125。