Other Parts Discussed in Thread: TMS570LC4357 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/927781…
Other Parts Discussed in Thread: TMS570LC4357 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/696676…
Other Parts Discussed in Thread: TMS570LC4357 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/927172…
Other Parts Discussed in Thread: HALCOGEN 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1000779/tms570lc4357…
Part Number: TMS570LC4357-EP 我在TMS570的EMIF CS2上外挂一片SRAM。现在在TMS570片内flash上烧写boot程序,通过sci将应用程序的bin文件写入片外SRAM的起始地址,写入完成后跳转至SRAM的起始地址,程序未运行。我猜测是跳转产生软复位,但此时中断向量表映射的是片内flash地址,而不是SRAM地址,所以程序无法运行。如何是这样,我要如何将SRAM地址映射到0地址?如果不是,那是什么原因造成的