Forum Posts
Peak Current Control with Slope Compensation on F334 MCU
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 factory programming available for ST microcontrollers?
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?
currently having microcontroller STM32F103ZET6 in design, as it has high lead time, can you suggest any part equivalent and should be available in volume with less lead time.
The lead time shall be say 10-12 weeks time. need to have quad 144 pin package.
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...
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?
Resolved! Does PVD(Programmable voltage detector) supported in STM32G030K6 controller?
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}; ...
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(). ...