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! STM32H723ZG ADC with DMA

Hello everyone,I am using an STM32H723ZG MCU and wanted to use ADC scan conversion with DMA. I could implement what I wanted there is just one thing I do not fully understand related to it.I am using ADC3 whose maximal resolution is 12 bit. Based on ...

0693W00000SvHk2QAF.png 0693W00000SvHlAQAV.png
GVG by Associate II
  • 5660 Views
  • 8 replies
  • 0 kudos

Resolved! FLASH_WaitLastOperation and FLASH_SR_PGSERR

Hi all,I'm trying to write in the internal flash memory of my new MCU (STM32L496VGYXP),but FLASH_WaitLastOperation fails. The error seems to be FLASH_SR_PGSERR .I'm sure that my code used to write flash memory is correct because in others projects it...

M4R10 by Associate III
  • 2643 Views
  • 4 replies
  • 0 kudos

Communication problem between STM32L432KC to an Ebyte E32.

Hello,I have a project that sends a signal between master (stm32 and Ebyte+antenna) and a slave (another stm32 and Ebyte+antenna) using UART (baudrate 9600) (The communication between the Ebyte and the antenna is fine).My code is fine, it is not comp...

RKavod by Associate II
  • 852 Views
  • 2 replies
  • 0 kudos

Flash memory problem in STM32H755ZI

Hello everyone, I am having a small project as follows: When I press a button the program jumps to a new program which is located in a new address space. I have successfully tried with STM32F4 series but when switching to STM32H755ZI series which is ...