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.

[参考译文] MSP430FR5994:转储寄存器值

Guru**** 2386610 points
Other Parts Discussed in Thread: MSP430FR5994
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1122868/msp430fr5994-dumping-register-values

器件型号:MSP430FR5994

您好!  

我是 MSP430FR5994的初学者、使用 ADC 生成1KHz 触发信号并读取电压值。 我的代码在这里能够看到 ADC 读取的电压正在 CCS 寄存器视图中的 ADC12MEM0寄存器中更新。 每次写入寄存器时、我是否有办法转储文本或 csv 文件中的更新值? 谢谢!  

此致、

Akhila

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Akhila、

    我认为获取数据的最简单方法是将其写入数组。 您可以在调试器中"暂停"并转至存储器浏览器(如下所示)、导航至您的阵列并从中导出数据。

    此致、

    Evan

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    谢谢 Evan。 这很有效!