2 ADC conflict in SMT32F429-iDisco
Posted on January 09, 2015 at 05:55The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 09, 2015 at 05:55The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 14, 2013 at 02:04Hello, I tried to read two analog inputs from PA3(ADC1_IN3) and PA5(ADC1_IN5). I expected tmpADC[0] has the input data of PA3 and tmpADC[1] has the input data of PA5. However, both tmpADC[0] and tmpADC[1] always ...
Posted on January 12, 2015 at 17:35The problem is this: When reading FSMC value always returns the previous value written in the FSMC. And you need a color value of the pixel SSD1963 ... Actually, what's the catch ??? reads as: #define LCD_REG ...
Posted on January 12, 2015 at 16:39Hi,I think the title says it all...which type of ADC is on this board? (SAR, sigma-delta,...)I was not able to find anything on the st-site, so maybe someone knows what is built in! Thanks for the help! #stm32f4...
Posted on January 07, 2015 at 11:31 Hi folks, I have had some code working for quite a while now using the sytick to create delay to the order of ms. This was made up of the following functions: static uint32_t TimingDelay; void De...
Posted on January 12, 2015 at 10:11Hello everyone, I need to interface alpha numeric LCD display (odm 16216-9sl) with stm32f101xx . so please suggest me the sample code to drive the LCD .
Posted on January 11, 2015 at 13:30When I debug the usb of stm32f103, using ST firmware library and st-link .Will appear the following questions:I want to suspend operation, but the IAR will be prompted to me that ''Target is running,Failed to stop ...
Posted on January 09, 2015 at 02:41Hi, For our current project.We need add the exteral memory for data save and display flush.I have checked the main course mcp of market.But not find 3.3V mcp memory.So,How we can use mcp? #stm32f429-add-external...
Posted on December 08, 2014 at 14:18''Batch Acquisition Mode'' mentioned for the new STM32F411: http://www.st.com/web/en/press/en/p3580 http://www.st.com/web/en/catalog/mmc/FM141/SC1169/SS1577/LN1877 OK I understand the marketing droids need to buzz...
Posted on January 09, 2015 at 19:00Can I use GUI_init (I mean gui library) without freertos? I've just seen a lot of examples with GUI_init, and all these examples were only with freertos. I'm trying to make a simple example (drawing something on lc...