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

BSP_AUDIO_OUT_Play

I wonder what is a best way to play a file in small chunks? Is there is a standart way of doing it or you should make a timer that expires just before the previous data is played and then call BSP_AUDIO_OUT_Play() again?

ALevc.1 by Associate III
  • 577 Views
  • 1 replies
  • 0 kudos

Resolved! TCP Server & Client, lwIP Netconn API

Dear friends, I am trying to establish a robust TCP interaction between two different boards with the same MCU (stm32f407vgt6) and ethernet phy (dp83848cvv) and I use lwIP Netconn APIs as TCP/IP stack and freeRTOS as a real time operating system.In b...

Mujtaba by Senior
  • 3379 Views
  • 2 replies
  • 0 kudos

Connection forcibly closed by the remote host!

Dear friends,I am working on a TCP Server taks running on STM32f407VGt6 MCU and NetConn APIs.Sometimes when a Client tries to connect to the Server, the Connection is closed by the Server and the error is Connection forcibly closed by the remote hos...

Mujtaba by Senior
  • 457 Views
  • 0 replies
  • 0 kudos

STM32 delay not working as expected with USB HID

I am trying to send a shift + U keypress to the screen every two seconds but it is just printing U's nonstop. Why isn't it delaying for two seconds? How do I properly debug stuff like this in the future? while (1) { hid_report_buffer[0] = 0x02;...

JMora.2 by Associate II
  • 521 Views
  • 2 replies
  • 0 kudos