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

ST32F446 in USB host mode. How to save power

I'm developing a portable device with STM32F446. It works as USB host. It uses bulk transfers. On the other side USB client device connected. Let's assume for understanding that the client device is something like a keyboard with LEDs, but works over...

urasinov by Associate II
  • 610 Views
  • 3 replies
  • 0 kudos

ECHO_TCP_Server (LWIP)

TCP_ECHO_ServerWhen I open TCP port and send some data on that port. It works fine.But if I open 2 tcp port at same IP and same port (Max port I can have 5) .So while receiving data on both i gets the data alternatively on each port.I want data shoul...

STM32H735 Discovery Example BSP ** AUDIO LOOPBACK SINGLE-BUFFERING ** ** AUDIO LOOPBACK MULTI-BUFFERING **

STM32H735 Discovery Example BSP  ** AUDIO LOOPBACK SINGLE-BUFFERING **This example shows how to record and play in loopback an audio stream using DFSDMfor recording and SAI for playing. The data are processed internaly within BSPaudio drivers and ret...

senthil by Associate II
  • 868 Views
  • 1 replies
  • 0 kudos

Resolved! How to tune LwIP to receive more incoming connections?

Hi, I've got FreeRTOS and LwIP running on an STM32F746. The application has a TCP socket listening for incoming connections. Incoming connections are coming from multiple sources and unfortunately I'm seeing some of the connections get an ECONNRESET ...

DBurr by Senior
  • 2507 Views
  • 2 replies
  • 0 kudos

How to reboot at start address IAP project

Hello everybody,I have implement a bootloader at start address able to jump to simply application (blinky led) at shift address.Everythings seems to be ok. Just when i power down my board and power up, application start at shift address without check...