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.

[参考译文] MSP430FR2355:MSP430FR2355中 SPO2的最大 IDAC 值是多少

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1027157/msp430fr2355-what-is-the-maximum-idac-value-for-spo2-in-msp430fr2355

器件型号:MSP430FR2355

#define IDAC_VAL (x)      (x*20.0/VREF*4095)  


IR_PPG.LED_LEVEL = IDAC_VAL (8);// 10mA@20 Ω
VS_PPG.LED_LEVEL = IDAC_VAL (10);// 10mA@20 Ω

如何在绘制时反映信号

参考 URL:

www.ti.com/.../slaae25。

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

    您好 GNANA、

    该值可以设置为0xFFF、但实际值基于 LED 模型参数、外部电路电阻等

    谢谢!

    此致

    Johnson