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.

2812使用程序烧写程序的问题



使用串口接收用户程序数据(小于8KB),然后烧写入Flash,都已经实现。

如果用户程序数据大于8KB,采用“2812串口采用双RAM-4KW接受,第一个接受满了,开始烧写Flash;同时用另一个RAM接受下一个4KW。”

求教下,callback 函数怎么使用,来实现双RAM轮流接收数据。