STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to generate a delay function with a 1 micro second resolution, without affecting the existing HAL_Delay 1 millisecond resolution function.

I'm using a STM32F429ZI Nucleo-144, and need a counter/delay function with 1 microsecond resolution, but want to keep the HAL_Delay function at 1 millisecond resolution for other uses.I'm looking at potentially reconfiguring the SysTick interrupt to ...

JBass by Associate
  • 266 Views
  • 0 replies
  • 0 kudos

I2C send 0x00 and 0xFF for sensor reset

Hi,in order to reset my I2C sensor TLE493D-W2B6 A0 I need to send 4 bytes which consist of 0xFF->0xFF->0x00->0x00 . So no address or anything else, only the 4 bytes transmitted with 4 consecutive I2C accesses.Now I am using a slightly modified versio...

mx by Associate
  • 590 Views
  • 2 replies
  • 0 kudos

How to set required voltage on STUSB4500 IC

Hello     Requirement is:we are using 3 cell(3.7*3 = 11.1V) battery in our design.so we are using charging IC for that.charging IC need 15v(max 2A) to charge LIPO battery.so we are going to use universal type c charger that Supports 5V,9V,12V, 15V an...

Apate.61 by Associate
  • 575 Views
  • 1 replies
  • 0 kudos