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

Resolved! Trim clock from pulse-per-second GPS signal?

Using STM32F030 / F042. I have a GPS receiver onboard which produces a very accurate pulse-per-second signal (~40ns). I want to use this timing source to keep the system clock, or at least the RTC accurate. The user may wander in and out of GPS recep...

AKrup by Associate II
  • 1904 Views
  • 6 replies
  • 0 kudos

Resolved! CAN filtering

How does one define the filter for a CAN A message, when the ID is only 11 bits?If using 16-bit filter, what should be put to the EXTID[17:15]?

Question about mixing HAL and LL library for UART

Hi,I try to use both HAL and LL library for UART. When I config UART with cubeMX for LL library, I found all functions with HAL library in my code doesn't work. when I say it doesn't work, I mean the code passed compiling but doesn't do anything. Th...

jeffz by Associate II
  • 444 Views
  • 0 replies
  • 0 kudos

ETH on NUCLEO STM32H743 is not working

Hi,My Question is related to the PHY LAN8742 mounted on that board. GPIO Configuration for this part is OK, but obvioulsly the 25Mhc clock generator is not working, and i guess this is the reasonfor no response from the PHY. I expect a 25Mhc signal...

Hello, We have a design whereby one of the STM32 RX inputs is driven hi by an external unit before the STM32 is powered up. This somehow prevents the STM32 from booting when power is applied to the STM32. Can someone shed any light on this please?

Hello, We have a design whereby one of the STM32 RX inputs is driven hi by an external unit before the STM32 is powered up. This somehow prevents the STM32 from booting when power is applied to the STM32. We can manually reset the STM32 after that an...

JBarr.7 by Associate II
  • 1082 Views
  • 6 replies
  • 0 kudos

STM32 PWM and break input from comp

Hello!I have a question regarding pwm and the break input function from the comparator. I am using a STM32F303 and generating a complementary pwm outpout with timer20 on ch1 and nch1 with a deadtime. This is working just fine. Now I wanted to implem...