您好,请问在SafeTI诊断库中,“sys_startup.c”文件的__TI_auto_init(void)函数具体定义在哪?是封装库里的吗,看不到吗?
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.
Hi Wei,
有两种办法也许能够帮助到你,一是:你直接去我们的英文的E2E的safety MCU论坛里面发帖,那里面是我们产品线在美国的工程师,应该会对这里面的内容有所了解;二,你把你的报错信息在这里贴出来,我帮你把帖子转到那边,如果有人了解的话,会有人回复的。
谢谢
ken
Hi Wei,
我们CCS针对Hercules的编译器支持ARM和Thumb两种指令集,这是因为我们的Hercules产品是Cortex-R4F的内核,基于ARMV7的架构,两种指令集都支持。一般是在代码中通过宏命令--code_state=16|32 来选择是ARM还是Thumb。
谢谢
ken