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

I'm using STM32F030K6T6TR and i'm trying to use the flash memory. It worked to erase the pages that i need but when i write i get a hard fault error

#define FLASH_USER_START_ADDR  0x0800FC00UL#define FLASH_USER_END_ADDR  0x08010000UL  uint32_t Address = 0, PageError = 0;  __IO uint32_t data32 = 0 , MemoryProgramStatus = 0;  /*Variable used for Erase procedure*/  static FLASH_EraseInitTypeDef Era...

AMaha.1 by Associate
  • 490 Views
  • 2 replies
  • 0 kudos

ADC timing details, STM32H745ZI

Belows follow a description of my problem. But the question to keep in mind is: When does the ADC sample, when triggered by a timer?We are using a timer (internal timer; timer 2) to trigger the ADC (direct channel). We use the following functions to ...

0690X00000BwGkoQAF.png
cmlo by Associate
  • 627 Views
  • 1 replies
  • 0 kudos

Resolved! How to select ADC Channels for different measurements?

Hey,I have a project where I need to do a sequence of measurements and be able to select which test will be done. I'm using the stm32f469-discovery board and cubeMx/cubeIDE. Let's say I have ADC1 channel in use and input 1,2 and 3 in use for measurem...

HHarj.1 by Senior
  • 3174 Views
  • 2 replies
  • 0 kudos

HAL_I2S_Receive_DMA(&hi2s5, i2s_resp[i2s_Rx_xnt], 4096)

Hi,HAL_I2S_Receive_DMA(&hi2s5, i2s_resp[i2s_Rx_xnt], 4096) after executing this non blocking function I expect some data will be stored in the buffer but in my case nothing.Can anyone help me with this?Selected DMA configuration as circular mode and ...

STM32F051R8T6 Voltage Problem

Recently, I had a strange problem when I used the stm32fo51r8t6 board from the previous class. I tested the 5V and 3V pins in it, but there was a module that can supply me normally (3V normal, 5V) Not long), I would like to say if the students who ha...

0690X00000BwFkxQAF.jpg 0690X00000BwFl2QAF.jpg 0690X00000BwFlCQAV.jpg 0690X00000BwFl7QAF.jpg
HChen.23 by Associate
  • 468 Views
  • 2 replies
  • 0 kudos

Resolved! Programming stm32 using another mcu

Posted on February 07, 2017 at 10:06Hi,My project include two MCU with nrf51822 and STM32. I'm upgrading STM32 application firmware by nrf51822 using UART. I'm very new for stm32 world so i don't know what and all modifications need to be perform at...

sudhan j by Associate II
  • 1904 Views
  • 5 replies
  • 0 kudos