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.

如何通过串口将程序下载到28377D的FLASH中



如题。我想问的是,怎么使用serial_flash_programmer.exe下载程序?密码怎么设置,是不是可以直接包含在被烧录的SCI BOOT 文件中?还有我烧录过后,如果要再次烧录,怎么校验密码?

serial_flash_programmer.exe  -d f2837xD -k F2837xD_sci_flash_kernels_cpu01.txt  -a blinky_cpu01.txt
                                 -b 9600 -p COM7

这段命令的意思是不是把F2837xD_sci_flash_kernels_cpu01这个程序下载到RAM中运行,然后把blinky_cpu01烧录到目标FLASH中?如果我想修改串口为SCI B的话,就要修改F2837xD_sci_flash_kernels_cpu01这个文件,然后重新编译?

或者有其它的工具可以从串口下载?