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:
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