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

How to solve this hardfault concerning memory access restriction?

The code goes toHAL_I2S_Receive_DMA at __HAL_UNLOCK(hi2s);andvoid HAL_DMA_IRQHandler(DMA_HandleTypeDef *hdma){ uint32_t tmpisr; __IO uint32_t count = 0; uint32_t timeout = SystemCoreClock / 9600; /* calculate DMA base and stream number */ DMA_Base_Re...

jess by Associate II
  • 999 Views
  • 2 replies
  • 0 kudos

STM32F4 Nucleo board TIM1 stays high after DMA is finished

I'm using DMA with TIM1 to drive a string of WS2812B LEDs. I am closely following a tutorial called Controlling Neopixels with STM32 on Digikey (I cannot add links due to the age of my account) with some adjustments, with my ARR being 89, my clock be...

_legacyfs_online_stmicro_images_0693W00000binXoQAI.png 0693W00000binZQQAY_image.png
DAbdi.1 by Associate II
  • 2800 Views
  • 13 replies
  • 0 kudos

STM32L452CC and STM32L4Q5CGU6, issue with USART

My colleagues went to my office and reported that the STM32L452CC with the USART interface (5MHz and 10MHz) was working fine but had to use STM32L4Q5CG due to stock usage, but it failed at 10MHz but working fine 5MHz.I have explored errata, datasheet...

Interference between GPDMA channels on STM32U575

Hello,I'm trying to configure the GPDMA1 to transfer conversion results from ADC1 and ADC4 to two results buffers using two separate GPDMA1 channels on a STM32U575. The DMA channels are both configured as 'Standard Request Mode' with 'Circular Mode' ...

WTreh.1 by Associate
  • 852 Views
  • 0 replies
  • 0 kudos

Help with understanding UART interface

I have a device made of two modules. Each module has its own ST microcontroller, family is STM32L476. They are connected together with a cable of 2-2.5 meter coated, most likely, with a silicone tube.I need to make the two microcontrollers communicat...

mdiro by Associate III
  • 3004 Views
  • 9 replies
  • 0 kudos

Resolved! STM32F730xx ADC: EOC never set when reading VREFINT

Hello,we want to read VREFINT to make our ADC measurements more accurate.But the EOC bit is never set when selecting the ADC_CHANNEL_VREFINT channel.PCLK2 is at 108MHz but ADC prescaler and sampling cycles are at max. so we assume there is no problem...

rengl by Associate II
  • 1622 Views
  • 6 replies
  • 0 kudos

Resolved! Bug Report: STM32 H723ZG wrong register name, FTHVL <-> FTHLV

In some places the register name "FTHLV" is typed wrong:The right register name is "FTHLV": In STM32 CubeIDE the name is wrongly spelled "FTHVL": In the Reference Manual RM0468 (Page 2227) it is one time called "FTHLVL": And in another Diagram (Page ...

_legacyfs_online_stmicro_images_0693W00000bimMBQAY.png _legacyfs_online_stmicro_images_0693W00000bimMkQAI.png _legacyfs_online_stmicro_images_0693W00000bimMzQAI.png _legacyfs_online_stmicro_images_0693W00000bimNJQAY.png
DBeck.7 by Associate
  • 3272 Views
  • 2 replies
  • 0 kudos

Resolved! How does the single bank mode operate exactly?

If have read the RM0456 and could not found a detailed description.If I switch the option byte DUALBANK to 0 single-bank mode, what will happen if I access a address which is normally supposed to be in bank 2? Do I get a memory access error?So is my ...

PScal by Associate III
  • 1433 Views
  • 2 replies
  • 1 kudos