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

Timer sample code for buzzer on STM32L432G

Can you please share me timer sample code for STM32L432G board.I have Sensortile board and would like to interface buzzer, so I need to add timer code to get timer cb to toggle the required frequency to get the proper buzzer sound.Also please suggest...

Resolved! Why can't I use all SRAMs?

STM32F407VGT6 -> this controller have 192kb of sram, I create a big byte array have 131832 byte and i got an error in Keil.Any idea why?

ExtSol by Associate II
  • 971 Views
  • 4 replies
  • 0 kudos

HTU21D sesnor with Nucleo-L152RE

I am newbie to use Nucleo-L152RE board. I have a HTU21D-Temperature & Humidity sensor which used I2C interface to read the temperature data.So, with using the STM32CubeMX I have generated code for STM32L152RETx chip with UART2 (debug purpose) and I2C...

AP_040 by Senior
  • 2823 Views
  • 18 replies
  • 0 kudos

why stm32cube programmer cant recognize DFU ?

Hi stm32cube programmer cant recognize DFU.micro stm32f407 board Catalyst F400zdriver installed and DFU device exist in windows 7 device manager.a 1.2k resistor pulled up to pa12 but was useless.run as administrator is tried and was unsuccessful.DfuS...

SChar.8 by Associate II
  • 428 Views
  • 1 replies
  • 0 kudos

virtual com port driver for ubuntu

I HAVE ONE RFID BOARD WHICH IS HAVING STM32F103C8T6 THIS ONE WILL RUN ON WINDOWS USING VIRTUAL COM PORT DRIVER.BUT I WANT THE SAME BOARD TO USE IN UBUNTU 14.04 BUT I HAVENT FOUND ANY DRIVER FOR UBUNTU TO USE MY BOARD .IS THERE ANY SOLUTION FOR THIS B...

PREDD.2 by Associate
  • 453 Views
  • 0 replies
  • 0 kudos

Float variables print on Debug UART

With the help of STM32 CUBEMX generated basic code for IAR-EW and I have design a small code to print float variables on UART for debug purpose in STM32F413RH. This is working fine in IAR-EW but same things when I used in Atollic TrueStudio it is not...

AP_040 by Senior
  • 406 Views
  • 1 replies
  • 0 kudos

STM32F429 SDRAM and FMC/LTDC/DMA2D priorities

Posted on October 04, 2015 at 15:16Hello!I'm trying to run STemWin/FreeRTOS/HAL on STM32F429IG revision Y at 168MHz.SDRAM (IS42S16400J-7TLI) connected to FMC controller and runs fine by itself (CAS_LATENCY_3/CLOCK_PERIOD_2/RBURST_ENABLE/RPIPE_DELAY_...