User Activity

Here are the software versions I'm using:STM32CubeMx - 6.3.0MCU package for STM32H7 - 1.9.0X-CUBE-AI - 7.0.0MCU - STM32H743ZITxIAR EW for ARM - 8.40.1I run into this problem since I have added the X-CUBE-AI software pack. every time I open the X-CUBE...
The ram on the STM32H7 is segmented into non-contiguous sections. How would one be able to dynamically allocate memory in different sections of RAM? eg: put large objects in AXI-SRAM and small object that need fast access on DTCM.I'm wondering if thi...
I have an ADC1 setup in continuous mode and DMA1 in circular mode setup to transfer adc data to a circular buffer in memory. The data is processed directly from the circular buffer and the buffer is big enough that the processing is done before the b...
Kudos from