STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Page erase time

Hello, a page erase on STM32F103 with 1k size usually takes some 22 ms with busywait. Now I started the erase and instead of waiting I reset the STM after 1 ms after the start instruction using a output pin and a second micro. The strange thing is th...

machinist by Associate III
  • 358 Views
  • 1 replies
  • 0 kudos

QSPI fail on memory mapped read after DMA page programm

HiWe are facing a problem while trying to read data out of QSPI flash in memory mapped mode shortly after programming a page in DMA mode. We see that the read data is corrupted / unexpected altough flash hast he correct data. Our steps to reproduce t...

DDU by Associate II
  • 498 Views
  • 1 replies
  • 0 kudos

STM32H750xB errata 2.2.18 cannot be reproduced. "DAC GPIO cannot be used when DAC is connected to on-chip peripheral only"

I would like more information regarding errata 2.2.18 for STM32H750VB Silicon Rev V, from document DM00399555, which reads:"When a DAC output is connected only to an on-chip peripheral, the corresponding GPIO is expected to be available as an output ...

0690X00000BvuMaQAJ.png
RMart.0 by Associate III
  • 1044 Views
  • 7 replies
  • 0 kudos

UARTs receive buffer in STM32F030

Hi all,I'm trying to use a example which works and compile correctly on stm32f103 (cortex-m3) family.Now i want to use this example on stm32f030c8t6 ,but there is erorr on line 6:BOOL xFCPortSerialGetByte( CHAR * pucByte ) { /* Return the byte in t...

Resolved! I ran the following code to reconfigure the SPI running on an STM32F103, but the DMA settings do not seem to be updated. Is there any solution?

// SPI_HandleTypeDef *hspi // DMA_HandleTypeDef *hdmatx   hspi->Init.DataSize = SPI_DATASIZE_16BIT; hdmatx->Init.MemInc = DMA_MINC_DISABLE; hdmatx->Init.MemDataAlignment = DMA_MDATAALIGN_HALFWORD; hdmatx->Init.PeriphDataAlignment = DMA_PDATAALIGN_HAL...

Takeshi by Associate II
  • 726 Views
  • 4 replies
  • 0 kudos

Data Buffer for serial and spi

hi hope have good dayi need to buffer data for save on every 1ms for serial and spi i use dma to receive datafor example hal_uart_receviveDMA on this function must set buffer size ...i test one example :50Hz send to mcu data each time 1000 and 1001 ...

MacLaren by Associate III
  • 1535 Views
  • 10 replies
  • 0 kudos