STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is stm32f4xx_gpio.c broken - missing BSRR register?

Posted on March 26, 2015 at 15:48Dear All, I am new to an  embedded world in general and to the STM32F4xx controllers in particular.  In order to learn the  trade, I got the STM32429I-Discovery board and along with the hardware, I have installed: ...

darek by Associate
  • 918 Views
  • 1 replies
  • 0 kudos

STM32F103G: Runtime clock changes

Posted on February 10, 2015 at 14:30Currently I'm developing a battery powered application with lcd and stm32f103 (1MB).Because a full screen update is ugly-slow on 32 MHz I'm looking for ways speed up to 72 MHz. But since this doubles the current c...

Jeroen3 by Senior
  • 1024 Views
  • 6 replies
  • 0 kudos

trying to understand EXTI example code

Posted on September 20, 2012 at 03:51I have EXTI example running on my stm32f4 board but I am having trouble changing the PIN which causes the interrupt. Here is the initialization method:void EXTILine0_Config(void)  {        GPIO_InitTypeDef   GPIO...

arro239 by Senior
  • 3274 Views
  • 16 replies
  • 0 kudos

Max input ADC below Vss F411

Posted on March 26, 2015 at 15:01I was wondering what the negative input can be on an ADC pin. We have an analog signal that can be very rare -38mV for a short moment. In the datasheet page 60 of the F411 i can only find Absolute maximum ratings: In...

Programming error on STM32L051 during MCU in stop mode

Posted on March 26, 2015 at 14:59Hi,I am trying to program stm32l051 MCU using IAR workbench and stlink V2 debugger.I am facing an issue while trying to program it when MCU is in stop mode. In normal mode it works fine.It is also observed that durin...

krishna by Associate
  • 436 Views
  • 1 replies
  • 0 kudos

Compatibility between STM32F427 and STM32F446

Posted on March 26, 2015 at 14:47I have an STM32F427 / LQFP144 design and am interested in migrating to the STM32F446. What changes do I need to consider (hardware and software)? Primary Peripherals: SDCARD (SDIO), Codec, SDRAM(16M x 16bit), USB (as...

ajgboomer by Associate III
  • 397 Views
  • 0 replies
  • 0 kudos

change endian type FATFs

Posted on March 26, 2015 at 11:58i am a beginner in microcontroller coding i was playing with fatFS recently, i wrote a loop to continuously write 0x1234578    in hex form in file but from file i am geting output as  78 56 34 12 78 56 34 12i know th...

scholar by Associate II
  • 546 Views
  • 1 replies
  • 0 kudos

STM32L clock battery backup

Posted on July 07, 2013 at 22:56The STM32L series does no have a dedicated pin for a battery backup to keep the RTC running when the supply is removed.What is the recommended way to provide battery backup of the RTC for this series? #rtc #battery...

Migration from Freescale

Posted on March 25, 2015 at 07:58HelloI have been using Freescale 8-bit for all of my projects.My most used device was https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB0QFjAA&url=http://cache.freescale.com/file...

abhijit by Associate
  • 1062 Views
  • 5 replies
  • 0 kudos

Will the STM32CubeMX support HID+CDC composite device

Posted on March 26, 2015 at 10:08Hi, stm32 guys,Will the STM32CubeMX support HID+CDC composite device for stm32L152?I can find the HID+CDC composite device sample code on STM32F0x2.But my stm32L152 project is build on CubeMX base, the function name ...