Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi allI'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...
Is it possible to get factory programmed microcontrollers with customer specific software (provided via .hex or .bin file) from ST and if so where can I find information about it?
The lead time shall be say 10-12 weeks time. need to have quad 144 pin package.
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...
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?
I am using STM32G030K6 controller but it's unable to detect PVD. I would like to know whether it supports PVD or not. void HAL_MspInit(void) { /* USER CODE BEGIN MspInit 0 */ /* USER CODE END MspInit 0 */ PWR_PVDTypeDef sConfigPVD = {0}; ...
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(). ...