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

STM32H7 IWDG is not disabled after software reset.

My application requires to be started without watchdog enabled (don't ask why). But it seems that once enabled, after a software reset the IWDG continues to run, and if not treated in time causes to another reset. Note that the "Hardware watchdog�? ...

mmari.14 by Associate
  • 452 Views
  • 0 replies
  • 0 kudos

STM32 ADC power supply

Customer asks me to use STM32 powered from 3.3V with ADC reference 3.3V too (different source). So there is two possibel topologies:Connect VDD and VDDA, use precision source for VREFConnect VDDA and VREF to precision source, VDD connect to standard ...

LSind.1 by Associate
  • 956 Views
  • 1 replies
  • 0 kudos

How to use 1 channel encoder on STM32F103?

Hello, I'm using STM32F103 on CUBE MX, when I used an encoder which has only 1 channel, nothing was added to encoder register. I get data from this function: __HAL_TIM_GET_COUNTER(&htim3). So does it has any different when we config encoder mode with...

Export restrictions on STM32 MCUs?

I ordered a bunch of STM32L443CCU6 chips from element14. I got an email from them saying that there are export restrictions on the chips. I’m based in India. How do I get these chips now?

STM32G474CE flash errasing after power on

Hi, I save my configuration structure to flash memory. It work. Data is stored in flash. But after unplug ang plug power memory page is writen by 0xFF.int eepromSaveConfig() { uint32_t error; uint64_t *configPtr; uint32_t address; FLASH_EraseInitType...

MKles by Associate II
  • 861 Views
  • 4 replies
  • 0 kudos

STM32F215 - do I need pullups/pulldowns on every pin?

Sectin 6.3.1 of the reference manual says "During and just after reset, the alternate functions are not active and the I/O ports are configured in input floating mode." Floating inputs are bad. Our code will configure all pins appropriately immedia...

JKasu.1 by Associate
  • 758 Views
  • 3 replies
  • 0 kudos