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

Power modes stm32H757

We develops the system that based on STM32H757 processorIn the working the application , I would compline to the three different running modes. 1. M7 - 480Mhz / M4 240Mhz --> full power mode (50% of application)2. M7 - 400MHz/ M4 200MHz --> run mode ...

BZvia.2 by Associate
  • 615 Views
  • 1 replies
  • 0 kudos

FLASH data is not held

hey thereI have a STM32f030k6t6 which I wish to store data in its FLASH eeprom.the thing is sometimes data on certain addresses are cleared in startup! here is my codeHAL_FLASH_Unlock(); EE_Init();//eeprom initiallization EE_ReadVariable(ID_FLASH_ADD...

Ala by Senior
  • 365 Views
  • 1 replies
  • 0 kudos

STM32F051R8 (64-pin on MB1034B) and RM0091 - can't find alternate function (AF) specifications for PF6/PF7 to enable I2C2.

I'm setting out to configure I2C2 on STM32F051R8. RM0091 (dm00031936) table 13 (pin definitions) has two rows describing pin 47/48 (LQFP64 package) PF6 and PF7 as being configurable for I2C2_SCL and I2C2_SDA.I'm now looking for alternate function (AF...

0693W00000Ka9OiQAJ.png
wb0gaz by Senior
  • 893 Views
  • 5 replies
  • 0 kudos

Resolved! STM32L476RG VREF 2.5V to AD?

VREFBUF_TypeDef adRef; adRef.CSR |= VREFBUF_CSR_ENVR | VREFBUF_CSR_VRS; adRef.CSR &= ~VREFBUF_CSR_HIZ;Can someone tell me why I cannot set the AD VREF+ to 2.5V?

0693W00000Ka9K7QAJ.png
SWenn.1 by Senior III
  • 669 Views
  • 2 replies
  • 0 kudos

Resolved! Trigger ADC1 conversion using TIM3 using registers

Hello,I am trying to have analog voltage converted every 2 seconds using the TRGO signal from TIM3. Without much success. For now, I managed to generate interrupt of TIM3 and in TIM3 Handler to use software trigger for ADC. Here is the code:TIM3:void...

UMilo.1 by Associate III
  • 1756 Views
  • 9 replies
  • 0 kudos