工具/软件:WEBENCH设计工具
我想使用 Arduino Due 和 LMP91000EVM (即 LMP91000的评估模块)执行循环体积测量。
我也在 GitHub 上找到了一些库、但由于缺少详细信息、无法连接。 我没有 SPIO4板。
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.
工具/软件:WEBENCH设计工具
我想使用 Arduino Due 和 LMP91000EVM (即 LMP91000的评估模块)执行循环体积测量。
我也在 GitHub 上找到了一些库、但由于缺少详细信息、无法连接。 我没有 SPIO4板。
这就是我要复制的内容。
ieeexplore.ieee.org/.../stamp.jsp
我按照本文中的说明进行了配置、各种寄存器值为
状态:1.
TIACN:14.
REFCN:3D
MODECN:3.
同时随附代码。
我得到的 Vout 为54、Vref 为55、它不变。
e2e.ti.com/.../LMP91000EVM_5F00_Config_5F00_test1.rtfe2e.ti.com/.../1157.08095460.pdf
我发现 Arduino 代码有问题、现已随附更新的代码。