STM32 MCUs Embedded 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
  • 575 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
  • 3367 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
  • 456 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

STM32F103CB not entering the bootloader...

Hi, I am making a custom PCB. I am able to reliably flash it with a ST-Link and a Segger programmer. I also have a custom program that I use to flash the MCU using the UART. It has worked for years with other ST chips and partially worked with th...

PhilSter by Associate II
  • 922 Views
  • 5 replies
  • 0 kudos