STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Zero crossing interrupt timer implementation

I am working on creating a reverse phase dimmer where the on/off timing for the 120/240 VAC sine wave is handled by an STM32L051C8Tx MCU. There is a separate analog circuit that generates a 3V3 pulse at every zero crossing and I take this as an input...

SPetr.6 by Associate II
  • 1079 Views
  • 0 replies
  • 0 kudos

Where to find the new ESC with STM32G431CB?

Hi there,in the new MotroControl SDK there is a new ESC listed with a STM32g431. The only document that I was able to find was UM2516. Is there some more info about availability and the usual product web site? Best regards,Ingo

IMain by Associate
  • 412 Views
  • 1 replies
  • 0 kudos

Trouble in getting the DMA interrupt for full buffer

Hi all, I have some issues getting my DMA to interrupt correctly on my STM32F411RE. I recall that I previously had this working correctly, but even with my old code and solutions offered on this forum I cannot figure out what I am doing wrong at the ...

NKupe by Associate II
  • 306 Views
  • 0 replies
  • 0 kudos

Issue to implement I2C using STM32F0

Hi everyone I am trying to implement I2C Write and Read with DS3231. I am using stm32f051r8t6. I do not want to implement this using CUBE. Kindly help me in identifying the mistakes I have done. I am able to write and read but what I write does not a...

SKUMA.19 by Associate
  • 561 Views
  • 1 replies
  • 0 kudos

1s timer for counting pulse ?

Dear Members,I want to count pulse from EXTI4, and I tried to set 30 seconds for how many pulse ?Please correct my setting :void MX_TIM4_Init(void) { TIM_ClockConfigTypeDef sClockSourceConfig = {0}; TIM_MasterConfigTypeDef sMasterConfig = {0}; ...