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.
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.
Hi ST Community,Trying to get lwIP HTTP server working on STM32F407 with Cube V1.27.1. I am able to ping, however on the first HTTP request I get DMASR FBES (Fatal bus error) and after that, neither pings nor TCP packets get any response. Looking thr...
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...
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...
https://github.com/STMicroelectronics/x-cube-azrtos-h7/tree/main/Middlewares/ST/usbx/common/usbx_host_classes/src
Hi!My problem is, that i use a H743 with Eth and USB configured.Ethernet works fine, till i set up the usb. When i turn on the usb, than the ethernet stops working, because it didn't recognises the messages from eth. The usb is configured in usb_devi...
Just received this and it doesn't connect. I contacted Truphone and they were not much help. They did mention to make sure the apn is iot.truphone.com.I know almost nothing about this device and the instructions are sparse but I did find a menu item ...
Hello, there is a bullet in the STM32L0 HAL that escape me. On page 38 of UM1749 it is said:"When a status bit or a flag is read from registers, it is composed of shifted values depending on the number of read values and of their size. In this case, ...