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

Resolved! A Variable Control of Timer Period

Hello,I want to control a timer period with a variable. The variable value is correct because I monitored it in the watch window. But the variable was not working in the timer settings. Because when I write a digit in there, it works. Is there any su...

AE104 by Senior
  • 906 Views
  • 2 replies
  • 0 kudos

Resolved! Hi I am working STM32F030 series for delay using SysTick. I am new to this field and by going through the data sheet I created a delay function, I don't know where I am going wrong , Please help

this is my codeuint32_t delayCnt;int main(){ ledInit(); SysTick_Config(SystemCoreClock/48000); while(1) { GPIO_WriteBit(GPIOC, GPIO_Pin_13, Bit_SET); delay_ms(10000); GPIO_WriteBit(GPIOC, GPIO_Pin_13, Bit_RESET); }}

ag n.1 by Associate II
  • 1612 Views
  • 7 replies
  • 0 kudos

STM32 Compilation issue with gnc gcc

Hello All,I am working on the STM32 project and using the makfile to compile and generate respective hex and bin files.I have configured all the setups using adding path in windows10 os environment variables for makefile and gnu gcc compiler.It compi...

0693W00000Lx0FmQAJ.png
SSing.10 by Associate II
  • 1493 Views
  • 5 replies
  • 0 kudos

How to receive a variable length data using USART and DMA?

Hello!I'm trying to receive a varible length data in USART2 and then send by USART1, but I receive the data and then a lot of spaces or newline characters. Also, i tried to use callbacks but the output characters are wrong. I even have read about a r...

SGonz.2 by Associate II
  • 1340 Views
  • 4 replies
  • 0 kudos