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.

28335 运行sysbios clock模块不工作

Other Parts Discussed in Thread: SYSBIOS

按照 TI的例程 ,在28335 运行sysbios,cfg文件都配置好了,但是 clock模块不工作,谁给解答一下

  • cfg 文件配置

    var clock0Params = new Clock.Params();
    clock0Params.instance.name = "clock0";
    clock0Params.period = 5;
    clock0Params.startFlag = true;
    clock0Params.arg = $externPtr("cl1");
    Program.global.clock0 = Clock.create("&clockPrd", 1, clock0Params);

  • 您参考下这边帖子http://e2e.ti.com/support/embedded/tirtos/f/355/t/91797?tisearch=e2e-sitesearch&keymatch=28335%20sysbios%20clock