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.

[参考译文] RM44L920:用于热启动的 Halcogen 代码

Guru**** 2387080 points
Other Parts Discussed in Thread: HALCOGEN
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1034727/rm44l920-halcogen-code-for-warm-boot

器件型号:RM44L920
主题中讨论的其他器件:HALCOGEN

大家好、我是 hosyun

在下图中、存在热启动和运行状态。

我使用 HALCoGen 创建了初始化代码、并在主函数处添加了其他应用初始化代码。

那么、我的代码应该属于热启动状态还是运行状态?

谢谢你。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    热启动状态是 nPORRST 或 nRST 被释放后的状态。 系统初始化后、它进入运行状态。  

    进入 main()后,系统处于运行状态,因为所有初始化都是在_c_int00()中完成的。