STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What is the best way to make work-like prototype?

My project is to build a battery operated you've got mail detector (which detects if there is mail inside the mailbox with TOF sensor with RF notification. Which would be the preffered way to build this proof of concept? Nucleo + Shields? Disco + Shi...

S.Ma by Principal
  • 466 Views
  • 1 replies
  • 0 kudos

ADC triggers only in rising edge PWM

Hi! ADC triggers only on rising edge of PWM signal. I want to trigger it at both rising/falling​ edge. When ADC=continous conversions, I can see some samples are 3V some 0V. But its random. So I changed continous conversions=disable.​Using HAL.​​Pwm ...

oeliks by Senior
  • 515 Views
  • 1 replies
  • 0 kudos

Does STM32H743 mcu support ONFI1.0?

I am going to use STM32H743 mcu.​And I am trying to configure the nand-flash memory test circuit using this chip (using the EVL board).What I want to ask is whether you can use nand-flash memory chip that supports only ONFI1.0 as STM32H743 chip.​Than...

IRyu.1 by Associate
  • 585 Views
  • 2 replies
  • 0 kudos

STM32F103RB RTC.

I encountered a strange problem today. I configured RTC in STM32F103RB and it was working properly since a year.. But yesterday the date was not incremented from 23-12-2019 to 24-12-2019. I tried to simulate the date and test it again. while testing,...

sne_123 by Associate III
  • 283 Views
  • 1 replies
  • 0 kudos

Regarding timer delay & Interrupt

void MX_TIM5_Init(void){ TIM_ClockConfigTypeDef sClockSourceConfig; TIM_MasterConfigTypeDef sMasterConfig; htim5.Instance = TIM5; htim5.Init.Prescaler = 84; htim5.Init.CounterMode = TIM_COUNTERMODE_UP; htim5.Init.Period = 99; //interrup...

saiteja by Associate II
  • 1315 Views
  • 12 replies
  • 0 kudos