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

Change STM32F103 Frequency at run time

Posted on February 17, 2017 at 06:28Hi,I am using STM32F103. I have configured my clock at 72 MHz as shown in the below code--RCC_DeInit(); msDelay(10); RCC_HSEConfig(RCC_HSE_OFF); msDelay(10); RCC_HSEConfig(RCC_HSE_ON); while(1){ HSEStartUpStatus =...

Resolved! STM32L432KC - Flash Erase Specific Pages

Posted on February 14, 2017 at 06:00Hi All,I am asking a follow up question to my https://community.st.com/0D50X00009XkYInSAN. Now that I am able to write in a certain flash location, I would like for it to not be overwritten every time I program th...

Nolan L by Associate III
  • 478 Views
  • 2 replies
  • 0 kudos

stm32f4 rs-232

Posted on February 15, 2017 at 00:28Good evening to the community.I entered the world of stm32f4.At today I only worked on assembler with other micros.I would like to know how to receive byte a byte from a pc, type passowrd, or how to receive number...

A Bravos by Associate III
  • 628 Views
  • 5 replies
  • 0 kudos

UART over run

Posted on February 16, 2017 at 21:03I'm running on a STM32L4 processor running FreeRTOS. I do use the HAL s/w for the drivers and their API to read/write to 4 USART interfaces. I'm currently running all of them as just a character interrupt on the r...

STM32L4 SAI2 clock configuration

Posted on February 15, 2017 at 09:59 Hi, I'm having toruble with configuring SAI clock. For 48kHz sampling rate I need 12,288MHz MCLK but I'm confused with settings in CubeMX clock configuration tab. To SAI2 clock to arbitrary 24MHz but what shou...

0690X00000606JNQAY.png
kardwor1 by Associate II
  • 598 Views
  • 3 replies
  • 0 kudos

Self test for CPU

Posted on January 19, 2017 at 12:20I'm writing a package for a company using an STM32F746, and one of their wishes/requirements is a BIT for the CPU itself.  Now, this is not defined well on their part.  My opinion is that a test of a processor by i...

Creating flow control in VCP-derived code

Posted on March 28, 2014 at 13:41 Dear list, I use the USB-VCP example, from STM32_USB-Host-Device_Lib_V2.1.0, for my application, but am running into some trouble when trying to get the proper flowcontrol for my application. ...

Sietse by Associate III
  • 1125 Views
  • 8 replies
  • 0 kudos