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.

C6748中UART的动态创建



各位开发者:

    大家好。我在C6748上使用UART接口,TI公司提供的UART接口的例程中,使用静态的方式创建UART对象,我现在想用动态的方式来创建,大家有没有相关的例程和资料?如果有,发给我参考下,谢谢。

  • 你好,可以参考C6748_BIOSPSP_Userguide章节2.3 ,有关于动态创建UART实例的详细描述,路径(\pdk_C6748_2_0_0_0\biospsp_03_00_01_00\docs\C6748)

    1. Static creation

          ... ...

    2. Dynamic creation – Dynamic creation of an UART instance is done in the

    application source files by calling GIO_addDevice(); this creation happens at

    runtime.

    。。。。。。