主题中讨论的其他器件: AFE7920
你(们)好。
如何提取 AFE7920EVM 的配置文件?
Rgds、
Kris
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.
你(们)好。
如何提取 AFE7920EVM 的配置文件?
Rgds、
Kris
AFE7920通过称为 Latte 的 GUI 进行编程。
下面是 Latte GUI 的培训幻灯片。
GUI 的最新版本为 v1.75。
e2e.ti.com/.../Latte_2D00_Intro_2D00_AFE79xx_2D00_Training.pptx
随附的幻灯片中显示了使用自动化脚本的示例。 自动脚本按顺序在脚本下面运行。 用户可按以下顺序配置:
[序列文件转储]
配置脚本应具有以下行:
|
##以下参数设置寄存器和宏转储 logDumpInst.setFileName(ASTERIX_DIR+DEVICES_DIR+r"\Afe79xxPg1.txt") logDumpInst.logFormat = 0x0F logDumpInst.rewriteFile = 1. logDumpInst.rewriteFileFormat4 = 1 device.optimizeWrites=0 device.rawWriteLogEn = 1. |
[序列文件加载]
转储序列文件可使用以下函数加载。
使用正确的路径和文件名、可以在"Command Line"窗口中运行上述命令。