Posted on November 30, 2014 at 20:08
Hi , I have a problem in the program after enabling the ADC interrupt , The processor doesn't do anything after starting ADC_READ
Here is a simple program which reads data from ADC in continuous mode and w...
Posted on November 18, 2014 at 23:10Hello,Plz I need any documentation to port a touch driver to STEMWIN Library (My touch driver is ADS7846 and I have its code)I need help pleaseThank in advance #ads7846 #stemwin
Posted on December 02, 2014 at 13:48Thank you very much. That was actually the problemwhen I deleted the USART part and increased the two sampling delay to 20 cycles .The code worked fine.
Posted on November 30, 2014 at 20:11
my ADC configuration is the following
ADC_InitDef.ADC_ContinuousConvMode = ENABLE;
ADC_InitDef.ADC_DataAlign = ADC_DataAlign_Right;
ADC_InitDef.ADC_ExternalTrigConv = DISABLE;
ADC_InitDef.ADC_ExternalTr...
Posted on November 22, 2014 at 10:48Hello , Thank you .The touch driver works fine with another library.I just need someone who is responsible for STEMWIN to give me any sort of documentation to add a touch driver
Posted on November 20, 2014 at 11:17Thank you sir for reply but apparently you haven't even read the postI am not asking for a design support!! , I am asking for a documentation to how an add a touch driver to a ST product which is STEMWIN .Is that...