STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F030T8C6 PWM Not Setting new PWM Value.

Hi.I have the following code. However when I try and update the arb value with anything it just does not reflect on the pin.Currently it is running a stepper motor. The stepper motor moves one step every time the pulse goes high.With that in mind I a...

table by Associate II
  • 199 Views
  • 1 replies
  • 0 kudos

HAL_NVIC_EnableIRQ does not end

    // DMA RX 설정    __HAL_RCC_DMA1_CLK_ENABLE();  // DMA1 클럭 활성화    hdma_rx.Instance = DMA_USART1;    hdma_rx.Init.Request = DMA_REQUEST_USART1_RX;    hdma_rx.Init.Direction = DMA_PERIPH_TO_MEMORY;        hdma_rx.Init.PeriphInc = DMA_PINC_DISABLE;   ...

yonggeon by Associate II
  • 282 Views
  • 3 replies
  • 1 kudos