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

STM32L152RE - Stop Mode Locking MCU intermittently

Posted on November 05, 2015 at 15:31Hello,I have an application where I enter stop mode once the processor is done with all its tasks.  I know the MCU is going to sleep because it draws < 1uA.  Prior to entering stop mode I change the UART RX pin to...

bmalchow by Associate
  • 255 Views
  • 1 replies
  • 0 kudos

STM32L476 USB FIFO Settings

Posted on October 31, 2015 at 22:43Hopefully this question has a simple answer. Currently I am writing some USB firmware (driver) for this device. All I am trying to do is complete a GetDescriptor command from the USB host. I seem to have no problem...

cmurp77 by Associate III
  • 1500 Views
  • 7 replies
  • 0 kudos

Can a touch bank consist of all channels?

Posted on October 15, 2015 at 23:27Can a touch ''bank'' of the STM32 touch library consist of 9 channels so they will be acquired simultaneously? (I use stm32l053). My issue is that I have 9 touchkeys and want to acquire the touchkeys as fast as pos...

purkovic by Associate II
  • 287 Views
  • 1 replies
  • 0 kudos

STM32-MAT Matlab target. Problem with GPIO

Posted on November 05, 2015 at 08:17I am now trying to make stm32 matlab target work with stm32 discovery f3 board. The problem i have is when i am using GPIO_write block in simulink it updates GPIO only once on reset. C code line HAL_GPIO_WritePin...

radeon by Associate
  • 278 Views
  • 1 replies
  • 0 kudos

STM32F3Discovery SB13 and SB15 for VCP via USB ?

Posted on November 02, 2015 at 21:15Is there a way to use uart on stm32f103c8t6 for VCP over debugging chip or is there a flash limitation for debugger firmware ? For Nucleo411 there is VCP support via STM32F103CBT6 which has twice as much flash as ...

Using CLI

Posted on November 05, 2015 at 12:06  The original post was too long to process during our migration. Please click on the attachment to read the original post.

STM32F373

Posted on November 05, 2015 at 11:33 Dear Community, I want to use all the 3 DACs of a stm32f373 device. All of them need to be feed by DMA and triggered by the same external trigger impulse. Unfortunately none of the DACs is outputting anythi...

jogerh by Associate II
  • 203 Views
  • 1 replies
  • 0 kudos

TIM1 and TIM8 preload behavior

Posted on November 04, 2015 at 13:25Hello, We're using STM32F207Zx and have a strange problem when using TIM1/8 for PWM. when code include line TIM_OCxPreloadConfig(Tim,TIM_OCPreload_Enable); where x can be any number from 1-4 for TIM1, new duty val...