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 change to com port?

When connecting the 32L152C-Discovery board, it looks like STLink Dongle.​ How do I change the STLink Dongle to COM PORT?

0690X000006CTL1QAO.jpg
ngabj by Associate
  • 619 Views
  • 1 replies
  • 0 kudos

Trying to design pcb with STM32F446RE, got some questions.

Hey! i just jumped from AVR8bit MCU's to STM32 and obviously i'm having issues with just about everything when it comes to design PCB, i try to keep it short.Boot0 and Boot1 pins should be jumpered to give me access to bootloader right?(regardless if...

JoniS by Senior
  • 559 Views
  • 2 replies
  • 1 kudos

Cant Start CubeProgrammer 1.3

After installing CubeProgrammer 1.3 on Windows 10 I can't start the programmer. Splashscreen is shown for a half second and thats it. The programm will not be started.There is no eventlog entry and no running task. CubeMX 5.0.0 is running fine. CubeP...

KLamb.4 by Associate
  • 338 Views
  • 0 replies
  • 0 kudos

DMA with ADC in STM32F429ZI using keil

Hello sir! I want to connect single ADC with 2 channels and associated with DMA. But the DMA memory is allocated properly and ADC is not sampling the signal properly. is there any additional configuration to connect ADC with DMA?

SR.6 by Associate
  • 385 Views
  • 0 replies
  • 0 kudos

STM32F411VE ADC interrupt not working

My code works fine without interrupt (I tried polling the ADC value) but when I enabled the interrupt, it didn't work - while debugging in Keil, it never reaches the ADC_IRQHandler(), Also I found that the EOC flag is always set(in the while loop)Thi...

mboua by Associate
  • 370 Views
  • 0 replies
  • 0 kudos

Flashing an STM32F746 Discovery Board

Hi,I am using an F746-DISCO board and would like to know the official or unofficial of flashing this board with a bin file.My preferred operating systems are OSX or Linux. I have successfully built and deployed on the 476 low power board and the Iot...

various defines stop working from includes

OK, I'm going crazy. stm32f4xx_hal_def.h is included in just about every file. Defined in this header is Hal_StatusTypeDef - Not found when compiled. I made no changes that could have impacted this. Prior to Hal_StatusTypeDef not being found, I ha...