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

NetXDuo TCP Client Notify Issue

Hi all, I am currently running tcp echo client example code from st on a NUCLEO-H563ZI which I have got working send and receiving messages over TCP/IP I am trying to get nx_tcp_socket_receive_notify working however when I use the function and connec...

NApps.1 by Associate II
  • 1745 Views
  • 1 replies
  • 0 kudos

Resolved! LPUART can't display a large message

Hi everyone!I'm using a NucleoWB55 and the LPUART protocole to communicate with a SIMCOM module. I'm able to send via the LPUART the AT commands that I want and to receive it's answers. I'm now trying to print on my terminal the content of my web pag...

terminal ST.png WhatsApp Image 2024-03-05 at 10.40.52.jpeg variables commandes.png fonctions AT.png
Fannyrsy by Associate II
  • 1546 Views
  • 3 replies
  • 3 kudos

lwIP pool location

Hi,Does any one how to make pbuf’s be in a certain memory range?For example when I call pbuf_alloc(PBUF_RAW, PBUF_POOL_BUFSIZE, PBUF_POOL) it will allocate a pbuf from a pool that is contained in this array memp_memory, is there a better way/proper w...

abeslic by Associate II
  • 1108 Views
  • 2 replies
  • 0 kudos

Managing STM32 USB device library

I'm just using whatever USB device library comes with my latest Cube setup.  How do I find out which device library version I have, and change that (either get the latest version or roll back to a previous version)?  Is there a doc that explains this...