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

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
  • 399 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
  • 387 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...

Failure on STM32L4 SPI receive

Hello All,I have an STM32L486 and use the SPI3 to connect a SPI flash device.The code uses CubeMX L4 1.13 HAL SPI and seems to work.But after reflash or reboot the SPI returns only 00h values.After an power on reboot it looks all fine.I compared in t...

taraben by Senior
  • 630 Views
  • 4 replies
  • 0 kudos

Time-stamp by chaining two STM32 timers.

Hello Everyone,I have a requirement to track time and generate timestamps when an event occurs. I have tried time_base, input capture methods and trying with chaining two timers now.I wanted to know if it is possible to chain 2 timers in STM32L0 and ...