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

IAP does not jump to the desired address.

Hi, I am using STM32H753VI on my own board. I was trying to programme the chip using SDCard through IAP. the program works perfectly till it erase bank1(from 0x08020000 to end of sector7 of bank1) and whole bank2.then copies the bin file to flash. ev...

dv.13 by Associate II
  • 970 Views
  • 5 replies
  • 0 kudos

OTA for STM32F070CB,STM32F070C6

OTA is possible with esp32 wifi module ...? for these microcontrollers if not possible which series microcontrollers have that facility. If possible can guide me plzz...?

AVenk by Associate
  • 354 Views
  • 0 replies
  • 0 kudos

touch sensing calibration

HiI'm working on touch sensing feature of stm32f051,,but I have a big problem that every board that I assembled has different thresholds for its sensors(the component are the same) and I can't have a unique code and each time I have to change thresho...

STM32 RTC Alarm behavior

I am currently making a device running the RTC calendar. The MCU will be in stop mode for the most of the time. It will wake up in the certain date and time. Is it possible to configure the STM32 to wake up once a month by setting the alarm day and t...

Leo Tai by Associate II
  • 436 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F334 Tim3 Prescaler

Dear all,I am in difficulty to adjust Timer 3. Let me explain with examples:Internal Clock is 72 MHz and it is used for also Timer 3 as an input clock.1- When PSC: 36 and ARR: 124 it should generate an interrupt every 62,5 us (we can assume it genera...

TA1 by Associate III
  • 820 Views
  • 3 replies
  • 0 kudos

Applying voltage to output pins

Hi people.I have a circuit which must enables an LDO by pressing a button which applies 4.2~3.7V to EN pin of regulator. after enabling LDO, MCU (which is from F0 series) powers on and takes control of LDO EN pin by applying a HIGH output on EN pin w...