STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Timer cookbook example on STM32F303RE platform?

Hello,Has anyone succeeded in getting the timer cookbook examples (specifically the TIM_ExtCLK_ETR)working on the STM32F303RE? I've been beating my head against the wall for a while now and still haven't seen the light. I'm using the IAR Embedded ...

Should LSERDY assert with LSEBYP?

Hello,should LSERDY assert with LSEBYP?I have a SIT1533 (32.768 khz Mems ocsillator) connected to PC14/OSC32IN on a L412. I first reset the backup domain, than I enable LSEBYP and with next command I enable LSEON. On a cold start, where the SIT1533 m...

STM32F030 Buz

Hi,I am working on the STM32F030C6 MCU to develop the alarm Buzzer tone generation.I need to buzz the buzzer with different melody tones and also need to control it Volume.Can anyone please share and suggest me how do we achieve the above functionali...

K_P_D by Associate II
  • 1682 Views
  • 9 replies
  • 0 kudos

FD CAN doesn't work properly

What is the best way to set up FD CAN in classic mode on stm32 nucleo h743zi board?Currently, I'm using FDCAN with 16 Mhz frequency on the bus and I want to get 500kbit/s.My settings are:hfdcan1.Init.NominalPrescaler=2;hfdcan1.Init.NominalSyncJumpWid...

MKami.0 by Associate
  • 505 Views
  • 1 replies
  • 0 kudos

Mask interrupt temporary

Hi All,I need to enable interrupt on GPIO PC0 only for 1sec: before and later interrupt form PC0 must be ignored.I've tried with disable the interrupt at the init and enable in a thread, wait for 1 sec and then disable again, but it doesn't work!stat...