STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Function of ALERT pin(#19) for STUSB4500

In STUSB4500 datasheet, it says below for ALERT pin: Pin 19, B2, ALERT, OD, I2C interrupt, active low open drain, To I2C master, ext. pull-up.What does it mean - is the signal triggered when I2C command is sent from I2C master to STUSB4500?Thanks,...

WGao.1 by Associate II
  • 755 Views
  • 5 replies
  • 1 kudos

FreeRTOS hangs on xQueueSend

My program hangs on xQueueSend call:if (xQueueSend(msg_queueHandle, (void *)&msg, 10) != pdTRUE) {When I step through the code, I see it reaches the xQueueGenericSend function but exits on the first line of that function where the following is called...

LMorr.3 by Senior II
  • 1352 Views
  • 8 replies
  • 0 kudos