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! 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
  • 1686 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
  • 1038 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
  • 562 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
  • 553 Views
  • 0 replies
  • 0 kudos

STM32F746 Discovery QSPI Memory mapped mode issue

Hello, I want to use external QSPI flash memory micron n25q128 in Memory mapped mode  STM32F746 Discovery. I used below code to make external flash in memory mapped mode but I can see incorrect data at external flash. I am not sure whats wrong in m...