主题中讨论的其他器件:AWR2544、 DCA1000EVM
工具/软件:
您好的团队、
我有一个设置与 awr2544evm 和 dca1000。 我能够将此设置与 mmwavestudio 搭配使用、没有任何问题。 但是、我尝试使用连续流模式 (Contstream) 运行此操作、但硬件始终超时。
如果我需要执行额外操作以在 ContStream 模式下运行 awr2544、请告诉我吗?
谢谢 
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.
工具/软件:
您好的团队、
我有一个设置与 awr2544evm 和 dca1000。 我能够将此设置与 mmwavestudio 搭配使用、没有任何问题。 但是、我尝试使用连续流模式 (Contstream) 运行此操作、但硬件始终超时。
如果我需要执行额外操作以在 ContStream 模式下运行 awr2544、请告诉我吗?
谢谢 
您好、
请查找随附的工作室日志。
谢谢、
您好、
我想我知道为什么我无法启用 ContStream。 实际上、有些步骤被漏掉了。 这里应该是正确的顺序:连接--> StaticConfig --> DataConfig --> ContStream
执行上述步骤。 我现在能够启用 ContStream 模式、但仍然遇到另一个有关基本分析配置的问题。 我尝试将样本数和 FFT 大小更改为 1024、但收到索引错误:“错误:startIndex 不能大于字符串长度“
[21:29:24] [RadarAPI]: ar1.ContStrConfig(77, 9000, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) [21:29:24] [RadarAPI]: Status: Passed [21:29:29] [RadarAPI]: ar1.ContStrModEnable() [21:29:29] [RadarAPI]: Status: Passed [21:29:53] [RadarAPI]: ar1.BasicConfigurationForAnalysis(1024, 1024, 1, 0, 0, 0, 1) [21:29:53] [RadarAPI]: Error: startIndex cannot be larger than length of string. [21:29:53] Parameter name: startIndex [21:29:53] Trace: [21:29:53] at System.String.Substring(Int32 startIndex, Int32 length) [21:29:53] at System.String.Substring(Int32 startIndex) [21:29:53] at AR1xController.ScriptOps.iSetBasicConfigurationForAnalysisConfig_Impl(Boolean is_starting_op, Boolean is_ending_op)
请告诉我如何避免此错误。
谢谢。
您好:
此 API 不适用于 DCA1000EVM。 它仅供内部使用、必须在 HSDCPro 运行后连接至 TSW1400 以使用该 API、因为它还会尝试通过 HSDCPro 将配置细节发送到 TSW1400。 如果您未连接到 TSW1400、则在发出此 API 时将看到错误。

遗憾的是、DCA1000EVM 不支持 CW 模式下的原始数据捕获。 作为一种权变措施、您可以在采用零斜率线性调频脉冲配置的线性调频脉冲模式下进行捕获。
此致、
Adrian