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! input capture problem in coding

Hi friends, i am capturing frequency using timer pins(Input capture mode).MCU = stm32f103c8t6Software = Keil uvision 5Debugger = st-link v2I capture frq using timer 1 ( TIM1_CC_IRQn ) channel 1 which is A8, which works awesome.I tried s...

svraj by Associate II
  • 595 Views
  • 2 replies
  • 0 kudos

STM32F103R8T6 Current consumption

while designing Hi I am going compare the microcontroller can you help me in getting the current consumption for the about part no what the important current we need to consider

MRajn by Associate
  • 501 Views
  • 4 replies
  • 0 kudos

Resolved! multi-Slave SPI using STM32F4's?

I am trying to implement a star SPI interface, using STM32F4 as a single master, and interfaces with multiple STM32F4 MCU using SW managed NSS. I have made sure that SSI is cleared when NSS is activated and set when NSS is deactivated so that the SCK...