Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Very simple to verify .. Create this project
The project to verify the problem
#include "mbed.h" AnalogIn input(PA_1); int main() { while(1){ printf("Results:= %f\n",input.read()); } }You will notice a diff in offset voltage when you compile locally vs mbed (about 0.5 V). The problem is in the mbed-OS .. I cannot recreate the problem using mbed
Please help