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

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
  • 529 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
  • 1232 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
  • 1340 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
  • 3971 Views
  • 9 replies
  • 0 kudos

what is the maximum value that i supply to adc pins on stm32f407vg and what happens if i supply voltages more than 7v on same pins

what is the maximum value that i supply to adc pins on stm32f407vg and what happens if i supply voltages more than 7v on same pins (do i have any ics /circuitry to convert high level voltages to low level voltages which are compatible with stm32 boar...

Vtrai by Associate II
  • 647 Views
  • 2 replies
  • 0 kudos

How to print a multidimensional array in stm32 eclipse

Is there any way to print a multidimensional array to console in eclipse for stm32. I am able to print a one dimensional array via UART. However , printing a 2 dimensional array via UART or to the console in eclipse seems impossible. Could anyone h...

KA by Associate II
  • 1762 Views
  • 3 replies
  • 0 kudos