STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 303 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
  • 536 Views
  • 6 replies
  • 0 kudos

Resolved! How to print float value with printf in TrueStudio ?

Posted on June 25, 2018 at 07:11Hi All, I'd like to print float value with printf.when I tried, printf showed blank for float value.would you please let me know how to set TrueStudio for printing float value with printf ?I'm using STM32F103RF.Thanks...

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...