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.
您好!
我尝试使用 RM48 L950的板载温度和光传感器。 我指的是 HALCoGen 中给出的示例代码。 因此、我对示例代码进行了一些更改、以用于温度和光传感器。 但终端上的输出就像我在这里连接的图像中一样。 有人能告诉我引脚配置或代码中有什么问题吗?
谢谢、此致、
Prathamesh Yawalkar
您好!
在 ADC 配置中、仅使用2个 ADC 通道。 触发 ADC 后、仅对通道8和通道9进行采样。 采样数据位于 ADC_DATA[0]和 ADC_DATA[1]中、而不是 ADC_DATA[8]和 ADC_DATA[9]。
您好!
谢谢主席先生。
此致、
Prathamesh Yawalkar