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

STM32F107VCT6 and LAN8720 Ethernet Communicaton

Hello,currently we are working with easyMx Pro V7 Boards in Class and we are trying to get basic ethernet communication working. First time for everybody using stm32cubemx and HAL, even our teacher never used either one. Any Communication happening w...

MKräm.2 by Associate II
  • 1871 Views
  • 4 replies
  • 0 kudos

Resolved! Ethernet connectivity issue STM32H7

Hello everyone, I have been working with stm32h747xih6 MCU for a while now. I'm trying to establish ethernet communication with the MCU. if (netif_is_link_up(&gnetif)) { /* When the netif is fully configured this function must be called */ ...

Aarra.1 by Senior
  • 725 Views
  • 1 replies
  • 1 kudos

Resolved! USB Audio for STM32H723

I am looking for an example for USB audio device class UAC1 for NUCLEO-H723ZG.The aim is to stream audio data from STM32 onto an android device (and there to a spectrum app). Many thanks to any hints.

FB1 by Associate II
  • 1798 Views
  • 1 replies
  • 0 kudos

osMemoryPoolDelete or osMemoryPoolFree ?

Hi,I have allocated memory pool for my doubly linked list using osMemoryPoolNewI want to be able to insert and delete nodes to the doubly linked list. My question is , When I am deleting the node I am unsure if I have to using osMemoryPoolDelete or o...

RDodd.1 by Associate II
  • 1705 Views
  • 4 replies
  • 0 kudos