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

STM32H735 ETH_IRQHandler() is not called

Dear Forum, I am using STM32H735 with RTOS LwIP with a DP83826 PHY, and want to see at least a ping on the network. From HW point of view the PHY seems to work because I can communicate with it and read config registers. The strap pins are set to a v...

0693W00000WJdmFQAT.png 0693W00000WJdkyQAD.png
MStei.4 by Associate III
  • 2584 Views
  • 5 replies
  • 0 kudos

Using queue from a C++ class running in a ThreadX thread causes task to overflow memory. Bug? (workaround exists)

STM32L5x2xx processor.STM32CubeIDEVersion: 1.10.1Build: 12716_20220707_0928 (UTC)Program structure:Main.c calls CPP_LINK (a C++ routine) that enables system level drivers (with ThreadX mutexes), then starts main ThreadX task.C++ classes own ThreadX o...