Ask questions, find answers, and share insights on STM32 products and their technical features.
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...
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 ...
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...
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,...
How do I update the software to get the newer boards to be shown in the Drop down?
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...
I want to write data to already created file in sd card I have tried use of FA_OPEN_APPEND I am not able to write data in that file Best RegardsDipak Garasiya
I want to generate the microsecond delay for stm32l083cz.when I using the configuration PLL clock ...32Mhz freq to APB1 which is connected to timer2 PSC -- 32-1 and Period 0xffff-1 Its working perfect and i am able to generate the microsecond delay.B...
I'm new here but have already gotten lots of good advice, so I'll press my luck and ask another question. Can't believe it hasn't come up before, but search doesn't find anything.Simplest possible timer example. Start counting down from ARR value, bu...