STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Current consumption in VBAT mode

Hi,I am using STM32H753 controller in my design, I am measuring the current consumption in vbat mode with the battery and found it to be around 1uA. The RTC Configuration was RTC_Alarm_A enabled.But disable the Alarm_A in the RTC configuration, the c...

Vel by Associate III
  • 993 Views
  • 3 replies
  • 0 kudos

UART2 interrupt skipping received bytes

Hi everyone, i'm using uP STM32F103C8T6 processor and GPS module NEO M6Q with standard uart configuration on 9600 baud-rate .I enable global UART2 interrupt to receive data from GPS module on every second. But for some reasons, interrupt starts skip...

0690X00000BvlPBQAZ.jpg
Indu by Associate II
  • 484 Views
  • 1 replies
  • 0 kudos

STM32L0 can't flash with FLASHER-STM32

Hello, I am using STM32L021F4 on a custom board and I am attempting to flash firmware using the FLASHER-STM32 software via the internal bootloader and a FT232RL USB/UART serial bridge. I can connect to the MCU and the flash loader says the MCU is rea...

jefflongo by Associate III
  • 370 Views
  • 0 replies
  • 0 kudos

STPM33 reference circuit. I did not understand.

I am trying to use STPM33.I am designing a circuit with reference to the reference circuit.The circuit I'm looking at is the 'EVALSTPM33' circuit from the STPM33 kit.I have two questions.1. Many circuits are falling to ground. What is the difference ...

0690X00000BvlWqQAJ.png 0690X00000BvlWvQAJ.png
LYoun.11 by Associate
  • 397 Views
  • 0 replies
  • 1 kudos

Is there a HAL_ADC_Stop_DMA() alternative to be able to start second transfer using HAL_ADC_Start_DMA() for single conversion?

Using a STM32F413 and ADC HAL drivers.After a successfully completed single conversion initiated by HAL_ADC_Start_DMA() one apparently needs to call HAL_ADC_Stop_DMA() in order for next HAL_ADC_Start_DMA() to actually start a new transfer. There are ...

PÖste.1 by Associate II
  • 1818 Views
  • 3 replies
  • 0 kudos

Resolved! ADC gets stuck after doing a HAL_Delay

In the while loop I have this:HAL_ADC_PollForConversion(&hadc1, 1000); adcValue = HAL_ADC_GetValue(&hadc1);The ADC works okay until I execute this line, which is inside a function:HAL_GPIO_WritePin(GPIOB, GPIO_PIN_7, GPIO_PIN_SET); HAL_Delay(3000); c...

xpp07 by Senior
  • 1693 Views
  • 9 replies
  • 0 kudos