有一个不同的元素吗een the project prox_reporter and DSPS

2 posts / 0 new
Last post
RandyYu
Offline
Last seen:2 years 10 months ago
加入:2015-01-28 08:49
有一个不同的元素吗een the project prox_reporter and DSPS

I mean something in the hardware layer.Because I met a very strange question,I write a sensor driver(two sensor driver-uv_b sensor and humidity sensor) in the project of prox_reporter and it's debug ok(the sensor interface is IIC),but when I copy the sensor driver .c .h files to the project of DSPS. uv_b sensor can work well,but the humidity sensor can't work.I am sure all the debug process is the same,sensor driver is the same,board is the same.So I don't know what's the problem is .
I confused if the two project have a different,project config or any other I don't know.Please give me a help.
Thanks very much!

Device:
MT_dialog
Offline
Last seen:2 months 3 weeks ago
Staff
加入:2015-06-08 11:34
Hi RandyYu,

Hi RandyYu,

The DSPS project uses different pins since it operates the UART port and the flow control, you can check the user_periph_setup.c in order to see what are the pins that are used from the DSPS and the proximity reporter.

Thanks MT_dialog