2014-10-07 07:46 AM
2014-10-08 11:34 AM
I means it use all
microcontroller processing time
, other tasks can to response. Please help. thanks2014-10-08 12:03 PM
Ok, but that sounds like a symptom, not the cause of the problem. Work on presenting exactly what you are doing significantly better.
2014-10-09 08:06 AM
Dear Clive1,
I couldn't get it, what do you mean? How to release some microcontrollor process time from one thread? Maybe the ADC have too high priority? how to lower it? thanks2014-10-09 09:49 AM
I couldn't get it, what do you mean?
You are focusing on the wrong problem. Focus on what's causing the problem. I can't magically see what your problem is, present it with completeness and clarity. If you keep restating the same set of facts I will ignore you.2014-10-09 11:38 AM
Maybe the ADC have too high priority?
Are you sampling at 5 Msps? Is that appropriate for your application? What would be appropriate? Do you use a interrupt to signal that new values are available?2014-10-10 07:44 PM
I use:
sConfig.SamplingTime = ADC_SAMPLETIME_480CYCLES;2014-10-13 02:15 AM
Use this one GUI_Delay(200); it finally works.