STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to activate debug messages for LWIP?

I was able to activate the messages for USB Host, but I am not able for LWIP, it seems that there is a specific combination of options, so that messages are enabledThank you./** Enable debug message printing, but only if debug message type is enabled...

0690X00000DYNnfQAH.png
by Not applicable
  • 3735 Views
  • 1 replies
  • 1 kudos

HAL_SMBUS drivers for STM32L0

Hello,I am trying to use HAL_SMBUS drivers on STM32L0. The STM32L0 is the slave and I want to read / write registers via i2cget and i2cset on the linux host. I do not need the full SMBus/PMBus middleware, just looking for a simple example with SMBUS ...

Do I can reproduce sound with L031E?

Hi, I need choose a STM32L0 microcontroller for reproduce sound, I had thought choose L031E because is smaller and it have few GPIO, but I don't know if I can reproduce sound whit it. I don't need many GPIO, that's way I though about it.Caracteristic...

Melxo by Associate II
  • 700 Views
  • 2 replies
  • 0 kudos

overriding osDelay function

Hello,stm32F4FreeRTOSCube 1.4.2My code sometimes run pretty long osDelay. In fact "long" means "longer than watchdog"..I thought about cutting the delay in smaller delays and call a watchdog kick after each delay. Something like this:osStatus delay(u...

JulienD by Senior
  • 728 Views
  • 1 replies
  • 0 kudos