STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32L432KC ADC DMA channel dependecy problem

Hello,I am trying to get information from two analog sensore (FSRs) by using two seperated data lines (PB0 as IN15 and PA7 as IN12) through ADC1(Not important note - I created unint32s for debuging and I am willing to transfer the data by using CANBU...

RKavod by Associate II
  • 2138 Views
  • 10 replies
  • 0 kudos

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
  • 3509 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
  • 1579 Views
  • 4 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 ...