工具/软件:TI C/C++编译器
你好
void 售后 STC (void)功能和中的启动失败
在中
crcAtInit_StaticRAM = sl_CRC_Calculate ((uint64*) static_ram、1);
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.
工具/软件:TI C/C++编译器
你好
void 售后 STC (void)功能和中的启动失败
在中
crcAtInit_StaticRAM = sl_CRC_Calculate ((uint64*) static_ram、1);
你好
#define BF_SET (y、x、start、len)\
((y)=((y)&(~(bf_mask ((start)、(len)))))) | BF_PREP ((x)、(开始)、(len)))
#ifdef __TI_Compiler_version__
#pragma 中断(_expt_vec_udef_instr、UDEF)
void _expt_vec_udef_instr()
#endif
#ifdef __IAR_systems_ICC__
_IRQ __arm void _expt_vec_udef_instr()
#endif
{
while (1);
}
在 while()1 μ s 时执行程序、
谢谢你
我再次查找问题。
_coreInitRegisters_();
_coreInitStackPointer_();
和
SL_Init_R4Registers ();
sl_Init_StackPointers();
我使用_coreInitRegisters_();_coreInitStackPointer_();函数、不要使用_coreInitRegisters_();_coreInitStackPointer_();
你好
我 已取消“crcAtInit_StaticRAM = sl_CRC_Calculate ((uint64*) static_ram,1);”
但是 _enable_interrupt_(); 也会运行到
#ifdef __IAR_systems_ICC__
_IRQ __arm void _expt_vec_udef_instr()
#endif
{
while (1);
}
为什么选择?
谢谢你
#ifdef __TI_Compiler_version__
#pragma 中断(_expt_vec_udef_instr、UDEF)
void _expt_vec_udef_instr()
#endif
#ifdef __IAR_systems_ICC__
_IRQ __arm void _expt_vec_udef_instr()
#endif
{
while (1);
}