TMS570LS3137如何在RAM中运行,需要如何配置cmd和向量表
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.
您好,建议看一下TMS570的Bootloader程序中是如何处理的,这里面实际上就用到了将相关的Flash API函数拷贝到了RAM后再运行;关于Bootloader的下载地址如下:
processors.wiki.ti.com/.../TMS570_Hercules_MCU_Bootloader MCU Bootloader&tisearch=Search-EN
谢谢!