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

Delay generation in 32F103

want to generate delay using STM32F103 Timer peripheral(TIM2) and coding in bare metal without HALFrom the Youtube videos and google links i found out that -->Timer Frequency(TF) = System Clock(Fsysclk)/Prescalor(TIM2PSC) -->Timer time Period(TTP) =...

0693W000008G7vXQAS.png
KGupt.1 by Associate III
  • 892 Views
  • 1 replies
  • 0 kudos

Can't Recieve/Send data to hc-06

my code at below. i can connect succesfull but i cant send any command (like on,off) . what is wrong? help me pls#include "main.h" #include "main.h" #include "stm32f4xx_hal.h" #include "stm32f4xx_hal_uart.h" #include "stm32f4xx_hal_usart.h" #include ...

Aozca.3 by Associate
  • 577 Views
  • 2 replies
  • 0 kudos

[STM32F0] How to generate PWM with DMA

Hello, I'm working with CubeMX to configure my MCU (STM32F030CCT6TR) for my school project. I want to generate a PWM with DMA but I don't know how to do it even after doing researches.Currently I configure my DMA as attached. Can you help me ?Best re...

JDooe by Associate II
  • 1831 Views
  • 6 replies
  • 1 kudos