User Activity

I am using STM32H503RB nucleoboard. I have initialized project from cubeMX with default settings and only added a variable 'x' which is incremented with 100ms period. On CubeMonitor, 'x' variable value is always zero. When I debug I can see variable ...
Is there any example will guide about ADC being triggered with timer and being transferred to RAM with DMA for STM32H5 series?