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.
请教一下在TMS320F28388D的CM核上如何实现BOOT功能?我想知道其如何实现FLASH操作,如何实现程序跳转。
你好,CM核的boot,TI有提供例程,你可以参考一下:
C:\ti\c2000\C2000Ware_4_01_00_00\driverlib\f2838x\examples\c28x_cm\flash_kernel
C:\ti\c2000\C2000Ware_4_01_00_00\driverlib\f2838x\examples\cm\flash
我在boot程序中跳转到应用程序的 void resetISR(void) 函数,程序会异常。只能跳转到应用程序的_c_int00(void)函数中。但是_c_int00(void)的地址是不固定的。这个怎么解决呢?