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.
我 正在使用 EK-tm4c123gxl Tiva c 系列 Launchpad。 我以100kSamples/秒的速率收集来自 ADC 的数据。 我需要记录这些数据并分析传感器读数。
我认为 UART 速度不够快、无法进行传输并记录数据。 我看到了 DK-TM4C123GXL 的示例项目(数据记录器)、但该代码与 EK-tm4c123gxl 不兼容。我考虑的另一种方法是使用 TI 提供的 USB_bulk_transfer。 如何使用此记录数据?
最后、我要记录数据、另存为 txt 文件并在 MATLAB 上进行处理。
谢谢你。
您好!
[引用 userid="471800" URL"~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1180495/ek-tm4c123gxl-high-speed-data-logging-using-adc "]我已经看到了 DK-TM4C123GXL 的示例项目(数据记录器),但该代码与 EK-tm4c123gxl 不兼容。您是指 DK-TM4C1294XL 还是 DK-TM4C123G? 没有 DK-TM4C123GXL、而只有 EK-TM4C123GXL。 如果您的意思是 DK-TM4C123G、则它不再销售。
根据数据表、UART 可支持高达10Mbps 的波特率。 您只需尝试更高的速度即可。 还有其他通信接口、例如 SSI 或 USB、也可以支持更高的吞吐量。