STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32U575Zi Errors on GPIO Configuration

Greetings,I'm struggling to get GPIO configuration to work without hitting the HardFault_Handler.  If I configure a single GPIO, like this:__HAL_RCC_GPIOB_CLK_ENABLE();GPIO_InitStruct.Pin = GPIO_PIN_7;GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP;GPIO_I...

RickH by Associate
  • 848 Views
  • 1 replies
  • 0 kudos

Resolved! Timer -> DMA -> SPI

Hi,      I am having trouble getting the Timer to trigger a DMA -> SPI operation. Namely, I want to set the timer up to run,. Then, get every overflow event to trigger the DMA to move a byte into the SPI. The SPI should auto-send. Then, the cycle rep...

Dude_0-1688422688371.png Dude_1-1688422704488.png Dude_2-1688422711868.png
Dude by Associate III
  • 4100 Views
  • 12 replies
  • 0 kudos

Resolved! USART DMA with LL drivers on STM32H7A3

I've been writing apps using the STM HAL drivers for a while.  I'd like to move to the low level drivers in order to have a better understanding of what's happening in my app.  Comms over a UART with DMA is a critical part of most of my apps so I'm s...

magene by Senior II
  • 6650 Views
  • 10 replies
  • 3 kudos

Resolved! STM32L0 -> DMA, parallel operations

Dumb question, can the DMA perform separate, parallel operations with the different channels? For example, could I use the DMA to transmit with the UART and the SPI devices at the same time without one interrupting the other? I'm unclear from readin...

Dude by Associate III
  • 1071 Views
  • 3 replies
  • 0 kudos

2 different rotary encoder on STM32F103

Posted on May 18, 2018 at 07:29 Hello everyone, I want to run 2 rotarty encoders on my STM32F I'm using cubemx. The first one is a 2000 step rotarty encoder like these: https://www.aliexpress.com/item/1pcs-E6B2-CWZ1X-2000P-R-encoder-for-Omron...

0690X0000060BGdQAM.png 0690X0000060BGiQAM.png 0690X0000060BGnQAM.png 0690X0000060BGsQAM.png
paul sauv by Associate III
  • 2524 Views
  • 7 replies
  • 0 kudos

What is the Stm32L4 VDD12

"Hello, while examining the STM32L412C8 microcontroller, I came across the term VDD12. What is VDD12, and can I use the peripherals without making the VDD12 connection? In other words, is it mandatory to make the VDD12 connection?"