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.
从读取 DAC8551的数据表中可以看出、我应该能够输入一个0-65535之间的数字、并且 Vout 应该介于0-5V 之间(我将它连接到一个5V 电源)。 当我写入一个整数(连接到 CLK 和 MOSI 以及 D7引脚以在 STM Nucleo 上进行片选)时、我可以将电压范围从0-5V、但二进制输入值只能介于0-4000之间。 导致此问题的原因可能是什么? 我是否需要向 DAC8551发送一个整数(65535)或二进制字符(0000 0000 1111 1111 1111 1111)没有空格?