STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32F103RBT6 SOFTWARE UART

Posted on May 30, 2016 at 08:55I am working on stm32f103rbt6 controller, I require 4 UARTs but this controller having  only 3 UARTs so I am trying for software UART,I have attached my program file here, can anyone help me for writting code.         ...

Reading ADC lower amplitude values

Posted on May 31, 2016 at 13:38Good day,I am trying to read sinus from audio line in.But I see that I could only read higher value of my amplitude, here is the example:http://s33.postimg.org/i5ew1ozgf/sin.jpgMy source code:#define IO_PIN       GPIO_...

hitsumen by Associate II
  • 468 Views
  • 1 replies
  • 0 kudos

I need some help to save stm32f407vgt6

Posted on May 31, 2016 at 05:59Hello everyone! I use to stm32f4-discovery kit. because I was careless, I used PB2( BOOT 1) as GPIO( external intterup line 2). and now I can't load code for chip. what i can do to save it? Thanks for read !!!

quocanh by Associate
  • 356 Views
  • 2 replies
  • 0 kudos

UART / USART baud rate

Posted on May 27, 2016 at 14:57Is it possible to use baud rate divisor less than 1? i.e. 1/16 - USART_BRR = 0x01I did not find any information about it in STM32F4 RFM.  #uart-usart-baud

aseris by Associate II
  • 866 Views
  • 6 replies
  • 0 kudos

zany idea: getting more bits resolution out of the ADC

Posted on May 30, 2016 at 16:28The STM32F7 onboard DAC is only 12 bits.  I only need mono audio input.  Suppose I drive the left ADC input directly and the right from an op amp gain stage of say x16 and then combine the lowest 4 bits of R with left-...

dennis by Associate II
  • 357 Views
  • 3 replies
  • 0 kudos

EXTI_IRQ with USerButton problem

Posted on October 31, 2015 at 15:42 Hello there! I have designed a custom board, and what I'd like to do is that when I press the UserButton, a LED lights up.Now, my button is connected to PC0 pin on my STM32F429 controller, and the LED i...

STM32F4 Discovery LEDs

Posted on May 25, 2016 at 13:00Good morning,Whenever I connect my board via usb, the COM LED lights up solid blue and the LD2 lights up solid green. Does this indicate an error (I'm asking because I haven't been able to get the board to work for a c...

Flash programming FLASH_CR_PER bit not clearing

Posted on May 26, 2016 at 03:06When I try to program flash, I can erase it OK and at the end of erasing I clear the FLASH_CR_PER bit in the FLASH->CR register.When I come to program a pair of half words, I get no errors (FLASH_SR_WRPERR and FLASH_SR...