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

JSN-SR04T and Timer

Hi,I try to work with the JSN-SR04T distance sensor. The working principle is very simple :put the trigger pin to high for 10 uscount the elapsed time in us on the echo pin between the rising and falling eventdistance is proportional to the elapsed t...

Lionel1 by Associate II
  • 1931 Views
  • 6 replies
  • 0 kudos

Resolved! Where is the User Manuals of STM32F7508-DK

HelloHow can I download User Manuals of STM32F7508-DK?No User Manuals of STM32F7508-DK in st.com. )I cannot download even via STM32CubeMX.(file name : UM2470 Discovery kit for STM32F7 Series with STM32F750N8 MCU )Thank you.

J.Park by Associate II
  • 472 Views
  • 2 replies
  • 0 kudos

rtc time

Hello, I am using NUCLEO-F429ZI. I add one battery on my board and work on RTC. RTC is working, however, all time(null), clock() and so on don't work properly as soon as I remove semi hosting. After I dig the information, I know time(NULL), clock()...

Resolved! Many ADC measurements on different ADC

Hi,I'm using STM32F207 and I'm trying to make three different ADC measurements on three difeerent ADC.My purpose is to make 100.000 measurements on each of these signals at the highest speed possible.With only one signal (so using only one ADC) I can...