STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1492 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
  • 1012 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...