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

STM32H743 ETH Problem with RT Thread and LWIP

Hi,I created the STM32H743 project based on RT Thread and LWIP, only open ICache, if I modify the content of a function, it will lead to the Ethernet transmission success, but there is no data on the MII interface, debugging compared the ETH register...

ketlen by Associate II
  • 141 Views
  • 3 replies
  • 0 kudos

Resolved! How to fix "multiple definition of `errno"'?

I try to create a new project, nothing is written in main.c! It is a first check after setting up 'LWIP', 'SDIO' and Freertos in the GUI and got this mistake!multiple definition of `errno'; ./Middlewares/Third_Party/LwIP/system/OS/sys_arch.o:/home/de...

DK.7 by Senior
  • 12137 Views
  • 23 replies
  • 2 kudos

Classic USB printer

Hi everyone,I'm currently working on a project to turn an STM32 microcontroller into a USB printerdevice. I have spent a considerable amount of time searching for a comprehensive guideor a complete implementation for the classic USB printer device cl...

MJM1 by Associate
  • 61 Views
  • 1 replies
  • 1 kudos

Resolved! Driving DAC too fast

I've got an STM32G491RE on a NUCLEO-G491RE board and I'm driving the DAC using TIM4's TRGO and pulling values out of a memory buffer using DMA.  It was a bit of a challenge getting set up, but now that it's running it's beautiful.What's weird is that...