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! STM32F407 DMA and ADC bare metal

HiI am trying to get my ADC measurements of the interal chip temperature and data transfer to a global variable via DMA working properly. The ADC1 is triggered every second via timer 4. Configuration is stream0, channel channel 0. I do get several er...

AAnth.1 by Senior
  • 2589 Views
  • 5 replies
  • 0 kudos

Resolved! I cant access ADC values from DMA buffer into any other variable in while loop. DMA buffer have values in it but not going into other variable. Can anyone tell me where im wrong????

/* USER CODE BEGIN Header *//** ****************************************************************************** * @file      : main.c * @brief     : Main program body ****************************************************************************** * @at...

0693W000003QWqIQAW.png

STM32 HAL flash interrupts

I'm working with the STM32L152. I'm finding that after my code runs for some time, during a write attempt to the EEPROM, the flash controller status register shows the WRPERR and SIZERR bits set, which causes the write to be aborted. This is happenin...

LThal by Associate III
  • 1608 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H750 SD-Card problem

Hello everyone,I have a problem with the SD card.With the sTM32F750 Discovery kit, 4, 32, 64 and 128 GByte SD cards work perfectly. The interface used is SDMMC.The target system is an STM32H750VBT6. I am using the SDMMC1 interface here. 4 Gbyte SD ca...

MHoma.1 by Associate
  • 1018 Views
  • 1 replies
  • 0 kudos

UART Interrupt based program without HAL

I have a weight cell connected to NUCLEO-F401RE over UART. I send specific frames and cell responds acording to these ones. I am able to send and receive fixed length frames successfully using HAL_UART_Transmit and HAL_UART_Receive.The problem is tha...

pbdiazam by Associate II
  • 536 Views
  • 0 replies
  • 0 kudos

HI, i am doing project on fan controller , i need to measure power factor between my voltage waveform and current waveform which is generated on my CRO. i need to write code to display the powerfactor value. should i use input capture method .

or else do i need to set two GPIO pins as EXTI with rising edge interrupt.i am already generating two waveforms with some dealy . But should i use Input capture method to capture the values at rising edge at each pulse and need to count the number o...

Lchal.1 by Associate III
  • 530 Views
  • 0 replies
  • 0 kudos