STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L433 Wakeup from Stop only on Wakeup Pin 2

In my application i desire to use the STOP2 Mode in a certain condition to save power. Currently i want to implement a wakeup through a "HIGH" on Wakeup Pin 2 of the MCU. Later i want to implement also a periodic wakeup per RTC. But for now, i want o...

How to use the MDMA ond the Stm32H743zi?

Hello,I've configured the stm32h743 to write on a paticular adress without incrementing it and was also successful in it.The problem is no matter how many times i call HAL_SRAM_Read_DMA(...) it will not start a new transfer. In the trainings Manual t...

*Steve* by Associate
  • 407 Views
  • 1 replies
  • 0 kudos

Resolved! I want to get gpio clock by passing data into GPIO_BSRR registers by DMA transaction on capture compare timer event. It doesn't work.

My timer config:  RCC_APB1ENR = RCC_APB1ENR_TIM3EN;  TIM3_CR1 = (uint32_t)(TIM_CR1_CKD_CK_INT | TIM_CR1_CMS_CENTER_3);  TIM3_CR1 &= ~TIM_CR1_UDIS;  TIM3_CR2 &= ~TIM_CR2_CCDS;  TIM3_ARR = (uint32_t)10000;  TIM3_DIER = (uint32_t)(TIM_DIER_CC1DE | TIM_D...

MBelk by Associate II
  • 985 Views
  • 7 replies
  • 0 kudos

UART corrupted after wake from stop mode

Hello, all!I'm using STM32F100RBT.I have the following code:printf("hello\n"); while(1) { HAL_PWR_EnterSTOPMode(PWR_MAINREGULATOR_ON, PWR_STOPENTRY_WFI); HAL_Delay(100); printf("***\n"); HAL_Delay(100); }The first print before the loop is...

ISeed by Senior
  • 1023 Views
  • 2 replies
  • 0 kudos

PWM Generation without using the PWM Mode of timers

Hi everyone. As the title suggests this might come across as an odd request. Basically I have been given a fully completed board with the microcontroller already placed on it. I was asked to use it to generate PWM's from it and control a full bridge ...

SRama.2 by Associate
  • 3253 Views
  • 9 replies
  • 0 kudos