This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX

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