STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F0 Analog Input

Posted on February 20, 2013 at 15:12Hello, i only got one question: is it possible to connect one external analog input (PA3) to the COMP2 which is used as OPAMP and then use the Output (PA2) directly as input for the ADC and the COMP1?i need to amp...

STM32F4 problem with USART1 INTERRUPT

Posted on February 19, 2013 at 21:52Hi guys,I have a problem with my new schede STM32F407VG. Until now I have been used the STM32F100B so now I'm adapting the code that I wrote. Part of my code is USART with interrupt, so I have wrote a code that re...

External Memory - Hardfault on startup

Posted on February 19, 2013 at 19:27Hi, I am having problem with the external memory. Not so long ago my program used both the internal memory and the external, but I managed to move both the heap and the stack to the external memory (2 megabyte) ,...

Stm32 standby

Posted on January 25, 2013 at 13:50Hello In my application I need to use wakup(PA0) to exit standby mode ;but i could find how to configure pa0 as wakeup ; could you guide? My application is battery power; so i could not find in the datasheet data...

sami by Associate II
  • 161 Views
  • 1 replies
  • 0 kudos

Discovery BaseBoards (for F4, F3, and VL)

Posted on February 20, 2013 at 03:50I have made baseboard PCBs for the Discovery-F4, Discovery-F3 and Discovery-VL that break out the signals to separate connectors for various ports and interfaces.  I am offering the PCBs for sale if you would find...

kornak by Associate II
  • 169 Views
  • 1 replies
  • 0 kudos

stm32vl discovery usart comunication

Posted on February 16, 2013 at 18:02 hi everyone, i want to make a simple comunication from usart2 to usart3, i have shorted usart2_tx (PA2) to usart3_rx (PB11). The program send 8bit from usart2 to usart3 and ceck if the transmitted dat...

otti by Associate II
  • 244 Views
  • 5 replies
  • 0 kudos

Reset bus power

Posted on February 15, 2013 at 20:48I use my STM32F0 to communicate with an SPI slave device, which is powered by the 3V bus on the STM32F0.My problem is that when I reset the STM32F0, the bus power is not interrupted, which leaves the SPI device in...

I2C configuration

Posted on February 15, 2013 at 17:35Hi, I'm using CMSIS to set up an I2C driver.  As an example device I have an EEPROM - tried and tested on PIC18s, so I've been through the learning curve for I2C - just getting it going on STM32. Configured CLS an...