Other Parts Discussed in Thread: USB2ANY
器件型号: DAC80502-01EVM
主题中讨论的其他器件: USB2ANY
您好团队
我发现我的 EVM 无法按以下方式编写。所有设置都与原始默认值相同 (SPI)

您能帮助我检查我需要修改的任何设置吗?
BRS
Brian
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.
Other Parts Discussed in Thread: USB2ANY
器件型号: DAC80502-01EVM
主题中讨论的其他器件: USB2ANY
您好团队
我发现我的 EVM 无法按以下方式编写。所有设置都与原始默认值相同 (SPI)

您能帮助我检查我需要修改的任何设置吗?
BRS
Brian
您好、Brian、
您的 VDD 电压是多少? 这将决定您需要写入的内容。
如果 VDD 为 5V:
寄存器 0x04、写入 0x0001 以将基准设置为 2.5V、将 DAC 增益设置为 2 倍(5V 的总 DAC 范围)
寄存器 0x08、写入 0x8000。 这会将 DAC 输出设置为中标度、即 2.5V
如果您的 VDD 为 3.3V:
寄存器 0x04、写入 0x0101、将基准除以 2、并将 DAC 增益设置为 2 倍(总 DAC 范围为 2.5V)
寄存器 0x08、写入 0xFFFF。 这会将 DAC 输出设置为满量程、即 2.5V。
谢谢、
Erin