STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32G0 TIM2 with DMA Burst Transfer (not working)

I have a STM32G071 nucleo and want to generate an arbitrary waveform on PA0 via TIM2-CH1.I am using the HAL_TIM_DMABurst_MultiWriteStart API: it should do bursts of 3 writes to multiple registers (ARR and CCR1).Problem is, the DMA only updates the AR...

a34fheuak by Associate II
  • 1180 Views
  • 3 replies
  • 1 kudos

stop working when I unplug the JTAG port

HiI created my own board with a STM32F411RE microcontroller. I can program it normally with a ST-Link v2 probe, the program works correctly.But from time to time when I disconnect this probe the board stops working. Can someone explain me why?On my c...

bvale.2 by Associate II
  • 1127 Views
  • 5 replies
  • 0 kudos

SPI CLOCK ?

hello , ı use stm32h750vb I m trying work spı,I set the spi as master mode, when does the master send the first clock pulse.i'm not doing any clock observation at all when i just check clock output

SPI Miso pin

hello , ı use stm32h750vb I m trying work spı,I'm trying to raise the miso pin at the beginning of the dialog, I'm wondering how you can do it.

Resolved! STM32L072 - PWM out of PB15

I am using the STM32L072CBT and wish to use PB15 as PWM output. I have created the project in CubeMx but selecting PB15 offers no timer channels at all. I have double checked the data sheet which shows PB15 with AF1 as TIM15_CH2. I have created a new...

GSewe by Associate II
  • 718 Views
  • 3 replies
  • 0 kudos

DMA1_Channel1_IRQHandler() is not getting triggered

Hello, I am using STM32G030F6Px, it has 32 KB flash memory and I need free space to save data in flash, also it needs to have bootloader. That's why I decided to use bare metal code instead of HAL library, of course I did this by examining HAL librar...

kb24 by Senior
  • 2783 Views
  • 11 replies
  • 0 kudos