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.

CC2640R2F: 简单外设例程 添加线程 失败

Part Number: CC2640R2F


    编译不过  但是 头文件已经包含 。 如何解决?

  • 不建议在BLE工程中使用posix接口,这不会有多大溢出,且会增加工程的复杂度

    例程C:\ti\simplelink_cc2640r2_sdk_5_30_00_03\examples\rtos\CC2640R2_LAUNCHXL\demos\portableNative 是一个tirtos多线程的示例

    展示了如何使用tirtos创建新线程,可以参考它创建新线程