STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Using .extSettings file

In the help document concerning .extSettings file the information is unclear.As I read it the Groups section is supposed to create/add directories and files.It does not. I have generated the project for SystemWorkbench and EWarm. I downloaded a test ...

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
  • 355 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
  • 854 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
  • 845 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
  • 2991 Views
  • 9 replies
  • 0 kudos