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

Debug not stating correctly

When I start a debug session, the program start immediately instead of pausing, and the cursor is not at main() but at an odd spot in assembly. Using system workbench and a nucleo as a programmer. this is a custom target board running an STM32f091. W...

Unused I/Os of STM32F103RBT6

Hello,I didn't find in the datasheet, that MCU STM32F103 have an internal pull-up/pull_down.In this case. Should I make all unused I/O in pull-up or pull-down state?Thank you for your supportBest regardsHafedh

HHamo by Associate
  • 282 Views
  • 1 replies
  • 0 kudos

Glitch free duty cycle update

Hi, I am trying to update the duty cycle output on a STM32F107 MCU, glitch free of course. I know I have to set the appropriate PE bit in the TIMx->CCMRx register. This can be done with the library function TIM_OCxPreloadConfig(). At the time I make...

EGrom by Associate II
  • 709 Views
  • 6 replies
  • 0 kudos

Why ADC watchdog is not triggering.

The code is as follows.... RCC_AHBPeriphClockCmd (RCC_AHBPeriph_DMA1, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_ADC1, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE);...

0690X000006CFSmQAO.jpg
SConf by Associate II
  • 294 Views
  • 1 replies
  • 0 kudos

DMA STM32L0 operation

Hello. I am using STM32L053R8T6. I connect 3 ADC channels (PA4, PA6, PA7). For this I use DMA. I need the resolution of the ADC - 8 bits, for this I initialize an array with the dimension of 8 bits (volatile uint8_t AdcValue [3];)I am using DMA HAL_A...

0690X000006CFEfQAO.png
ABoga by Associate
  • 344 Views
  • 1 replies
  • 0 kudos