STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 690 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
  • 589 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...