STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! VENC_RTSP_SERVER code getting stuck

Hi everyone,I’m currently trying to deploy the VENC_RTSP_SERVER code, but it's getting stuck during execution. In the UART terminal, I only see the following output before it hangs.After some debugging, I found that the code is getting stuck at line ...

athern27_0-1752485431558.png
athern27 by Associate III
  • 86 Views
  • 6 replies
  • 1 kudos

Resolved! I2C Loopback Test using STM32F429ZI

Hello, I am trying do a loopback test, i.e I2C1 as master and I2C2 as slave on the same board(STM32F429ZI DISC1).I am giving the address for slave as 0x42 left shifted by one, and storing the same in oar1 register for I2C2. Now the problem is the mas...

maya16 by Associate
  • 135 Views
  • 11 replies
  • 6 kudos

How to transfer usb cdc data using DMA?

Hello everyone.I am using st32f407 chip to drive ad7606c ADC chip, and I want to output real time graph from PC to matlab via usb.ad7606c outputs busy signal at the end of conversion, and GPIO callback function is executed like below according to bus...

ildong by Associate
  • 113 Views
  • 6 replies
  • 0 kudos