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.
经测试,每个frame的时间为36毫秒。
frameCfg 1 2 64 1 100 1 0 我如果这么设置参数,frame循环100多次之后就直接重启(测试过是重启)
如果 frameCfg 1 2 64 1 120 1 0 则系统能够一直自动的运行下去。
After testing, the time of each frame is 36ms.
frameCfg 1 2 64 1 100 1 0 If I set the parameters like this, the frame will restart directly after more than 100 cycles
If frameCfg 1 2 64 1 120 1 0, the system can always run automatically.
请问只修改了framecfg的frame periodicity,还有修改其他参数么?frame periodicity是用来控制发帧的间隔的。增大间隔对射频部分来说应该是没有问题的。修改的是哪个demo?能连上仿真器看看在ccs console里是否有报什么错误?