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

DMA delay caused by Interrupts?

Posted on September 04, 2017 at 12:33 On my STM32F411RE I send data to my SPI2 peripheral port using DMA and it works fine, but the moment I enable any kind of interrupts for the NVIC it completely scrambles up my stream of DMA data on my SPI2 -...

Resolved! Should USARTx->BRR have to re-calculate ?

Posted on September 11, 2017 at 16:33 Hi, Now I'm trying to implement UART function as the below, But the problem is keep showing in RS232 Tool. I'm just referring fully reference posting such as https://community.st.com/thread/19577?comment...

0690X000006044uQAA.jpg 0690X000006041cQAA.jpg

Resolved! CubeMX for F0 has no GPIO settings

Posted on May 12, 2017 at 02:33Using recently updated (app and all libraries) CubeMX v4.21.0 on Windows 10, I create a new project for the NUCLEO-32 (STM32F042K6T6) board, but there are no settings for configuring the GPIO pins.When I go to the 'Con...

dale by Associate III
  • 1080 Views
  • 3 replies
  • 0 kudos

stm32f030k6 problem with sysclk

Posted on September 12, 2017 at 19:21part of code from CoIDE//----------Clock configure-------------//RCC->CFGR |= RCC_CFGR_PLLMULL4;          // PLL multiplication factor = 4 RCC->CR |= RCC_CR_PLLON; // PLL start RCC->CFGR |= RCC_CFGR_SW_PLL;      ...

HAL_DELAY_Microsecond

Posted on July 31, 2017 at 15:40Hi,I have a Nucleo L053R8, I need of delay of 2 microseconds, but HAL_Delay_Microsecond in NucleoWorkspace not exist.I changed:    HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000);in    HAL_SYSTICK_Config(HAL_RCC_GetHC...

Lex Trc by Associate II
  • 1821 Views
  • 7 replies
  • 1 kudos

Problem to reach high Frequency on GPIO

Posted on August 25, 2017 at 16:34Hi,i'm using stm32 nucleo board. The oscillator is configured to 32MHz speed.Now, if i use the easy following code in the main:while(1){   HAL_GPIO_WritePin(LD2_GPIO_Port, LD2_Pin, 1);    HAL_GPIO_WritePin(LD2_GPIO_...

Lex Trc by Associate II
  • 549 Views
  • 5 replies
  • 0 kudos