STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L- how to set DAC reference voltage

Posted on September 18, 2013 at 00:22Hi all,I'm working on STM32L-discovery board and currently I'm trying to configure two analog outputs with DAC.  I am able to see the result from the output pin but there seems to be some bias from the zero refer...

STM32F0 Discovery - how to connect LCD display

Posted on September 19, 2013 at 16:52Hello everyone,I have a problem with connecting STM32F0 Discovery board with Hantronix HDM16416H LCD display. I don't know which STM32 pins should be chosen to connecting STM and Hantronix LCD 4x20 display proper...

0690X00000605VmQAI.png

STM32F100 RTC issue

Posted on September 19, 2013 at 15:57Hi all,I have trouble with RTC on STM32VLDISCOVERY board.After initialization, when I'm calling RTC_WaitForLastTask() after RTC_SetCounter() function, the MCU falls into an infinite loop.I can't get what is wrong...

haykgh by Associate
  • 571 Views
  • 2 replies
  • 0 kudos

STM32 ADC protection diode

Posted on September 18, 2013 at 11:58Hello,I want to protect my ADCs from overvoltage and ESD, and limiting the input to 3.3V.This is my schematic:There is a voltage divisor to convert 5V >  3.3V.  The top resistor is also used as the diode resistor...

0690X0000060514QAA.png

enable / disable ART accelerator

Posted on September 19, 2013 at 11:43Simple question. Hard to find any information about this. In the data sheet there are tables where ART is disabled and where it is enabled. But no more information at all around the ART concept. Regards, rygelxvi

Getting ADC Data on USB using STM32F4 Discovery

Posted on September 16, 2013 at 10:04HelloI am working on STM32F4 Discovery .I have write code for ADC for STM32F4 Discovery (with FreeRTOS)  and load ,debug using GNU tool-chain.Now I have to get that ADC data on another USB (i.e USER_USB port on S...

Who can download the new V5 reference manual for F4?

Posted on September 18, 2013 at 07:36http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1577/LN1806/PF255428# If you visit the above website, you will find a V5 version reference manual:Reference Manual Description Version Size http://www.st.com/st...

nano by Associate II
  • 1687 Views
  • 11 replies
  • 0 kudos

STM32F2 eval board- demo firmware source code

Posted on September 16, 2013 at 12:18Hi,  I recently purchased STM32F2 eval board for STM32F207IGH6. It comes with a preloaded demo firmware. There is no user manual and no cd containing the source code of example firmware. How can I get the demo fi...

suman by Associate II
  • 863 Views
  • 4 replies
  • 0 kudos

ideas

Posted on September 19, 2013 at 04:29I looked at the data a little closer and this is what I found. so, F3, D0 where we expect FF,D8FF = 11111111F3 = 11110011D8 = 11011000D0 = 11010000thats D2 and D3 only which are PE0 and PE1When I look at the sche...