STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

IMU sensors with DatalogTerminal not working properly

Hi, im using the nucleo F401RE with the X-NUCLEO IKS01A3 and the Steval MKI197v1, i used CubeMX to insert the x-mems1 library, the aplication DataLogTerminal and only selected the LSM6DSOX sensor (steval).I set the LSM6DSOX's SA0 pin to GND to preven...

aesteban by Associate III
  • 1284 Views
  • 8 replies
  • 1 kudos

Resolved! STM32U5G7VJT6Q - 5V-tolerant pins (FT_h) for Hall encoder

Hi,MCU planned to use - STM32U5G7VJT6QPlanning to use PD12,PD13,PE0,PE3,PC7,PE5 as encoder and hall sensor pins as shown below in the image.But these signals are 5V logic. Is it okay if we give 5V to these pins?In datasheet it is mentioned as 5V tole...

NIVI_0-1720192131454.png
NIVI by Associate III
  • 991 Views
  • 5 replies
  • 0 kudos

Flash memory protection in STM32G0B1

Hi Team,MCU: STM32G0B1Requirement: Flash memory protection is needed for the MCU code.I am using stm32g0b1 MCU for my project, where I have completed my development activities.MCU Flash contains two things. 1) MCU code 2) other important data related...

Dthum.1 by Associate III
  • 748 Views
  • 2 replies
  • 0 kudos

about PC14,PC15

I use STM32F030C8T6 recently, and uses GPIOC14,GPIOC15 as input(include interrupt,to wake up STOP MODE); Before IAP,program running correct,GPIO14 and GPIO15 wake up the program correctly. But when I use IAP to download the program,and jump to run it...