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

Resolved! Lora Configuration: L476, SX1272 and PA-BOOST

Hello,For a project, I am using the code given on the STLRWAN1 web page (https://www.st.com/en/evaluation-tools/i-nucleo-lrwan1.html#tools-software), and the project "End Node". I am using the L476 uC and the SX1272. How can I configure the code in ...

emil28 by Senior
  • 993 Views
  • 4 replies
  • 0 kudos

STM32F103C8T6 RTC losing date

Hi, I am working on a simple datalogger project using the STM32F103C8T6, I am currently using the STM32RTC library to access the RTC peripheral via a custom-built board. I originally prototyped using Blue Pill but quickly migrated away from that once...

PDack.1 by Associate
  • 739 Views
  • 0 replies
  • 0 kudos

( STM32F411 ) TIM2 channel 1 can't toggle pin

F(clock) = 16000000 Hz Led is in TIM2 channel 1 , output compare mode , toggle on matchMy code is :void timer_set(){   // Enable TIM2 clock   RCC->APB1ENR |= RCC_APB1ENR_TIM2EN;  // delay for RCC  __asm("dsb");   TIM2->CNT=0;   TIM2->PSC = 15999...

Resolved! STM32H750 GPIO G11 not work as output mode

I have two hardware boards mount with STM32H750 . I want to set the GPIO G11 to high , the code as below :  __HAL_RCC_GPIOG_CLK_ENABLE();   HAL_GPIO_WritePin(GPIOG, GPIO_PIN_11, GPIO_PIN_SET);    GPIO_InitStruct.Pin    = GPIO_PIN_11;   GPIO_InitSt...

fema by Associate III
  • 549 Views
  • 3 replies
  • 0 kudos

Resolved! PWM Input capture trouble

Hi everyone, I'm trying to capture a PWM signal's duty cycle and period using a timer (TIM3 in this case) in PWM input mode. However, when I run the following code, I see no updates in the CCR1 and CCR2 registers, which should have the values of my ...

BKoll.1 by Associate II
  • 443 Views
  • 1 replies
  • 1 kudos