2 posts / 0 new
Last post
xavier1989
Offline
Last seen:2 years 5 months ago
Joined:2016-07-13 07:16
DA14580如何通过串口烧写代码到外部Flash?

芯片是14580,我想通过串口,将代码烧写到外部Flash中。
文档《AN-B-001 - Booting from serial interfaces v2.0.pdf》中有相关串口协议的介绍。但接收到的代码是存放在SysRAM中的。如果我想直接烧录到与14580相连的外部Flash中,需要怎么操作,对应的传输协议是怎么样的?有相应的说明文档吗?

Device:
Qinjiny_Dialog
Offline
Last seen:1 month 1 week ago
Staff
Joined:2016-11-01 05:47
串口烧写flash需要先在580的RAM中载入运行Flas

串口烧写flash需要先在580的内存中载入运行Flash_programmer固件,通过固件进行由UART到SPI Flash的烧录过程。Flash_programmer烧录的具体过程可以去SDK的对应工程里查看。