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.

[参考译文] RTOS/TM4C1294NCPDT:TM4C1294NCPDT

Guru**** 2482105 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/715161/rtos-tm4c1294ncpdt-tm4c1294ncpdt

器件型号:TM4C1294NCPDT

工具/软件:TI-RTOS

您好!

在 TI-RTOS 中、 是否需要 在 BIOS_start()之前调用 Board_initxxxxx()函数?

是否可以 在 BIOS_start()之后调用 Board_initxxxxx()函数?

在 BIOS_start()之前和之后调用 Board_initxxxxx()有何区别?

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

    您好!

     BIOS_start()通常是 main()中的最后一行。 调用 BIOS_start()后,它会启动 BIOS 调度程序。 当调度程序启动时、所有时钟、中断等都被启用并准备好运行、然后整个系统开始执行。 Board_initxxx()是用于器件和模块的系统初始化。 您应该在 BIOS_start()之前准备好它们才能正常工作。