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

STM32F100 UART Transmit Issue

Posted on April 05, 2017 at 19:29Hello All,We are working on:MCU: STM32F100C6T6IDE: IAR WorkbenchCode Generator: STM32CubeMxWe are working on uart, We generate code for UART1 and below specification:   Baudrate: 115200   Stop bit: 1      Data bit: 8...

chintan by Associate
  • 416 Views
  • 2 replies
  • 0 kudos

Is STM32F103ZC suitable for my need?

Posted on April 06, 2017 at 08:02Hello~allI�m currently involved in a project and I am confusing about what chip can satisfy its need,please help me to chose economic one from STM32.I would like to chose STM32F103ZC,this is STM32F103ZC�s http://www....

A better fault handler and error handler?

Posted on April 06, 2017 at 03:10I'm pretty new to debugging using something other than an LED and printf.  Now that I have my big boy pants on and am starting to use an actual debugger, I'm finding that the spin-in-an-infinite-loop handler could be...

STM32F100 RTC Issue

Posted on April 05, 2017 at 19:45Hello All,We are working on RTC. We use:MCU: STM32F100C6T6IDE: IARCode Generator: STM32CubeMxHardware:-> Connect external 32.767 KHz crystal-> 3.3 Coin Cell to VBat PinSoftware:-> RTC Config: LSE 32.767 KHz-> Time an...

chintan by Associate
  • 319 Views
  • 1 replies
  • 0 kudos

reduce power consumption on STM32F413ZH

Posted on April 05, 2017 at 11:38Hi allAccording to en.DM00244518.pdf page 22We could use +3.3V as power supply only in situation ''ST-LINK not powered''.My question is when I use E5V, if I remove SB3 and SB111, the st-link part will not be powered....

0690X00000606hjQAA.png

I2S with DMA 24 bit in 32 bit frame

Posted on April 05, 2017 at 16:15I'm using the STM32F4 with a 24 bit ADC that uses I2S 24 bit in 32 bit frame. I'm using the DMA to transfer the samples to memory, but I'm kind of confused on how the data is stored. Is the data stored like this? L =...

STM32L431 COMP erratum

Posted on April 05, 2017 at 12:04On the STM32L431, there's an erratum described in STM32L431xx Errata sheet (STM32L431xx device limitations / DM00218224). It allows to reset COMP1 and COMP2 despite of the LOCK bit being set.My question: What happens...