Heyho,I could not find any info about the priorities of non-DMA1/2 masters, esp. DMA 1/2 vs. ethernet DMA is important for me.STM32H723..735
Hello,We are interested in the B-L462E-CELL1 module but cannot find any information on the average power consumption and upload speed of this module.Does anyone have experience with the B-L462-E CELL1 module and can give us the these information?Than...
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 */ ...
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