Hi Per Westermark
I am using two different task one is voltage updation another one current updation . I am using both inside RTX to get a robust output. Here i am using ADC conversion, my code like this
__task voltage(void) { while(1) { update_voltage(); Display_voltage(); }
}
just like a function call but its not updating properly its only returns initial values
Main thread is: http://www.keil.com/forum/56956/