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

Resolved! MQTT pbuf_free: p->ref > 0 error

I am working on an STM32f767 project with LWIP and MQTT. Everything seemed to work for a while but eventually, I received the following assert:  "pbuf_free: p->ref > 0..." which caused it to crash sometimes; but sometimes it will continue to work wit...

cleonb322 by Associate III
  • 1767 Views
  • 5 replies
  • 0 kudos

How to know if my stm32f401re is woke up

Hello, I developped a card around the stm32f401re MCU, and i want to know which one of Pin(s) can show me that my MCU is woke up. It's the first time I use a STM32F401 I never communicated with my MCU, it's for this that I want to know this. Thank yo...

yassir by Associate III
  • 653 Views
  • 5 replies
  • 0 kudos

Resolved! error when compiling with makefile

Hi everyone,I am developing a new project with SMT32H7 MCU series, in which I have added the ITTIA DB middleware.I’m encountering an issue while trying to compile my project using a Makefile. The Makefile was auto-generated, and the error I get durin...