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.

[参考译文] CCS/TM4C123GE6PM:如何从 EEPROM 检索数据并将其转储到本地文件?

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/609806/ccs-tm4c123ge6pm-how-do-i-retrieve-data-from-the-eeprom-and-dump-it-to-a-local-file

器件型号:TM4C123GE6PM

工具/软件:Code Composer Studio

大家好、社区、

我想知道如何检索记录/存储到 EEPROM 中的传感器数据、并将其发送到某个本地文件、以便我可以保存这些数据。 我对硬件不是很熟悉(我对编码很好)、但我不知道如何正确连接到这个东西、更不知道如何记录/存储/提取数据。

有人可以提供帮助吗? 谢谢

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    没有直接读取 EEPROM 内容的方法。 您将需要在器件上运行一个程序来读取 EEPROM 的内容。 您可以让该程序只复制到 RAM 缓冲区中。 然后、您可以使用 Code Composer Studio 将 RAM 内容保存到文件中。 或者、您可以让该程序通过 UART 等外设输出内容。 如果您不想干扰现有的闪存内容、可以将此类程序设计为从 CCS 加载的 RAM 运行。