STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

One Pulse Mode Timer from EXTI

STM32L431I have a SPI Slave Clock connected to PB3 and I would like to start a Retriggerable one Pulse Mode Timer with this pin. Right now i connected PB3 also to a EXTI line and properly generate it's own interrupt. It works but now I would like to ...

amoli.1 by Associate II
  • 989 Views
  • 4 replies
  • 0 kudos

STM32H723 ADC DMA (PF7/PF8/PF9/PF10)

Greetings,Platform Details:GCC 10.3 + CMakeSTM32H723 Nucleo-144I am currently a bit struggling with the ADC Conversion via DMA. My software is working with many other ADCs, but for some reasons, if I am using following ADCs, the values from the DMA-C...

SSchn.8 by Associate II
  • 1119 Views
  • 6 replies
  • 0 kudos

stm32l432 does not measure ADC after sleep

hi i am trying to measure battery voltage with Vrefint channel. it works . when the microcontroller goes to sleep, after waking up, the battery measurements do not work.while (1) {HAL_ADC_Start(&hadc1); HAL_ADC_PollForConversion(&hadc1, 100);adc = HA...

dden0.1 by Associate
  • 316 Views
  • 0 replies
  • 0 kudos

how to use hal_nand_get ecc?

Hi.I can read and write from nand flash memory with fmc but when is use this function for a test code it mostly returns zero and i think its not ok.addr.Block=1; addr.Page=0;   HAL_NAND_ECC_Enable(&hnand1); HAL_NAND_Read_Page(&hnand1, &addr, aRxBuf...