STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f401 footprints/pinout are they all identical?

Hi All,I downloaded the stm32f4 footprints library for altium and could not find a footprint for STM32F401RET6 (LQFP64), but in the library I can only find STM32F401XB and STM32F401XC footprints. However these chips only provides 256 kb of flash memo...

Raider E by Associate III
  • 753 Views
  • 1 replies
  • 0 kudos

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
  • 477 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
  • 1112 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
  • 450 Views
  • 1 replies
  • 0 kudos