STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 541 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
  • 1439 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
  • 1218 Views
  • 4 replies
  • 0 kudos

Trouble programming flash with HAL_FLASH_Program

I have troubles writing succesfully to flash on a STM32G07 chip.The application is similar to this:uint64_t data;HAL_FLASH_Unlock();HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, addr, data);HAL_FLASH_Lock();I started getting hardfault in lock becau...

TMalt by Associate II
  • 3018 Views
  • 11 replies
  • 0 kudos