STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 209 Views
  • 1 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
  • 414 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
  • 923 Views
  • 9 replies
  • 0 kudos
Labels