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

Resolved! STM32 I2C missing/short clock pulses

Hi, I'm developing a product using the STM32G030C8T6. I set the I2C using the STM32CubeMX (settings attached) and used the functions supplied by the LL library. The I2C is set as Master and I only have one Master and one Slave on the bus. I manage to...

DDeba.1 by Associate III
  • 8405 Views
  • 19 replies
  • 3 kudos

Resolved! Using DAC of NUCLEO-H503RB

I am trying to use the DAC feature of Nucleo-H503.Pinned the cube MX and wrote the code.However, the program does not work after entering the MX_DAC1_Init() function, created by Cube MX.I checked in debug mode and found an error in the syntax below./...

sh.lee by Associate II
  • 2058 Views
  • 1 replies
  • 2 kudos

Resolved! stm32f407vgt6 problem with UART

I have stm32f407vgt6 from devebox. At first, I wanted to do led blink and it worked fine when I supplied it with external power via 5V pins. Then, when I tried to use UART pin (PA_9, PA_10) to print something to USB to TTL module, it did nothing. UAR...

syifnrl by Associate II
  • 1557 Views
  • 4 replies
  • 1 kudos

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
  • 1017 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
  • 4711 Views
  • 12 replies
  • 0 kudos

On debug mode, Hard fault is detected on SysTick_Handler()

Hi all,I use STM32CubeIDE version 1.12.0 and STM32CubeMX Version: 6.8.0-RC4.The MCU used is STM32U585When i start my software in debug mode, some times a HardFault is detected on SysTick_Handler function.If i use the IWDG (with compilation option nam...

calve1 by Associate
  • 830 Views
  • 1 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
  • 7905 Views
  • 10 replies
  • 3 kudos