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.
你好,目前我在调试high_accuracy代码,想调试DSS中峰值搜索代码,但是DSS加断点后会报错,我查了下说的是DSS暂停,但是MSS还是在执行chirp,请问我需要怎么操作才可以调试DSS?查看SDK user guide6.15部分没有看懂
你好,
chirp是在RSS里执行的,但ADC数据是远远不断输出的,如果设置断点就把整个数据处理链路打断了。建议通过打印调试。
Thanks,
Chris