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

stm32c071 flash erase issue

Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code. Hi, I am using stm32c071 MCU to store data into flash. I ...

Shaf by Associate
  • 55 Views
  • 2 replies
  • 0 kudos

STLINK-V3MINIE STM32G031F8P6

Hello, using STMCubeProgramme, STLINK-V3MINIE does not recognize an STM32G031F8P6, while an ST32MF411CEU6 is recognized. The voltage is read on both boards: 3.28V. What can I do to get the STM32G031F8P6 to be recognized ?

JF18 by Associate
  • 52 Views
  • 4 replies
  • 0 kudos

Resolved! Flash memory size of STM32H743XGH6

The STM32H743XGH6 is specified to have 1 MB of Flash memory.However, it seems that the following 2 MB address ranges are writable:BANK1: 0x08000000 to 0x080FFFFFBANK2: 0x08100000 to 0x081FFFFFIf the device really has only 1 MB of Flash, I would expec...

ADC - TIMER - Sample rate confusion?

Hi, I need a little explanation about what is wrong behind my reasoning..I am using STM32F411. reading, two inputs of ADC in scan mode over circular DMA triggered via TIM2 update event.TIM2 is triggering ADC at 100KHz, so I have 50Khz sample rate per...

Using QSPI PSRAM with a STM32-H753 is that possible?

Hello,I am in the process of designing a product which is based on the STM32-H753 and requires P/SRAM.However, I'm concerned the H753 might not support on PSRAM with QSPI, I need the PSRAM for write/read.I haven't found any application notes or examp...

dvir1092_0-1763279213620.png dvir1092_1-1763279246874.png

STM32H7 UART DMA idle interrupt

hello when i use UART Idle interupt with DMA on STM32H743XIH6 chip,i found ,the interupt function will run imediatly when  HAL_UARTEx_ReceiveToIdle_DMA(&huart2, (uint8_t *)Uart2RxBuffer, 50)run,and this is my core code MPU_Config(); // SCB_EnableICa...

QingFeng_0-1762530510770.png
QingFeng by Associate II
  • 133 Views
  • 4 replies
  • 0 kudos

Resolved! Issues writing 0s into flash into STMF103

Hello, I am trying to make a write into flash driver but I am having some issues.I know that the only way to write a 1 to the memory is by clearing the whole page, but I am having issues writing 0s.By reading the manual I encountered:Bit 2 PGERR: Pro...