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

Peak Current Control with Slope Compensation on F334 MCU

Hi all​I'm currently implementing a peak-current control algorithm on a F334 MCU. However, I'm struggling with the implementation of the slope compensation described in the AN4885 application note (page 9-10). I would be very grateful if someone coul...

LCapp.1 by Associate
  • 437 Views
  • 0 replies
  • 0 kudos

STM32H753 Unable to transmit CAN frames

I'm trying standard CAN communication from a STM32H743 Nucleo board, with an MCP2551 CAN transceiver connected to PA11/PA12. However, I'm not able to transmit anything.With this same transceiver circuit, I am able to transmit CAN frames when connecte...

Ivo by Associate II
  • 1079 Views
  • 3 replies
  • 0 kudos

STM32G0B1KxT6

We want to use the HSE clock for above mcu. To whicjh pins do we connect the osc?We are missing the osc_out pin?

FVan .1 by Associate III
  • 644 Views
  • 3 replies
  • 0 kudos

Why ADC_IRQHandler() having all three HAL_ADC_IRQHandler() ?

I enable three ADC. ADC1, ADC2, ADC3.example:I enable these DMA, DMA2_Stream1_IRQHandler, DMA2_Stream2_IRQHandler, DMA2_Stream4_IRQHandler. Each DMA IRQ handler having each HAL_DMA_IRQHandler().But ADC_IRQHandler() having three HAL_ADC_IRQHandler(). ...

Mani1 by Associate II
  • 1697 Views
  • 5 replies
  • 0 kudos